GithubHelp home page GithubHelp logo

reasonml-handbook-gitbook's People

Contributors

yatesco avatar

Stargazers

 avatar

Watchers

 avatar  avatar

reasonml-handbook-gitbook's Issues

Comment

The code block in Functors - huh!? has a malformed comment: too much Clojure ๐Ÿ˜‰

;; this is the container full of 'String's

It should be:

// this is the container full of 'String's

You could correct it but consider deleting the comment entirely: it doesn't add anything to the code block and you explain it in prose English in the subsequent paragraph anyway.

You might also want to consider using idiomatic Java that reflects the way folk generally would initialize such a list these days: this keeps the focus on your point about "a container of things" rather than the awkward way one might initialize such a container in the Java of old.

List<String> myStrings = List.of("hi", "there");

, or rather it will be when gitbook stops refusing the integrate!

๐Ÿ˜„ Yes, I would've raised PR for something so minor but there's nothing to raise the PR against.

I have more comments about the content rather than just mention of a typo but I'll let you crack on and finish up.

Go go go Colin ๐Ÿš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.