BetterErrors icon indicating copy to clipboard operation
BetterErrors copied to clipboard

pastes from battleStation

Open chenglou opened this issue 7 years ago • 0 comments

'Our Discord channel: discord.gg/reasonml',
'Wanna know how Reason compilation works under the hood? https://github.com/chenglou/intro-to-reason-compilation',
'The original Reactjs implementation was written in SML (cousin of OCaml). Writing in OCaml/Reason gives you such inspirations!',
'Ideas for Reason projects: https://github.com/chenglou/reason-project-ideas',
'bsb (the build system running under-the-hood) is just the Ninja build system (used by Chrome & Android) + bsc',
'If you see some type `Foo.t`, it\'s a convention that means "the Foo module\'s type. Whatever that means in context."',
'Blocked by Adblock Plus',
'Upper-cased word in OCaml/Reason are usually reserved for modules & Variants.',
'Reserved keywords such as `end` can\'t be used as identifiers. To bind to such JS keywords: http://bloomberg.github.io/bucklescript/Manual.html#_object_label_translation_convention',
'In this build system, make sure your file names doesn\'t start with an upper-case letter. It breaks the build for case-sensitive file systems.',

chenglou avatar Mar 30 '17 22:03 chenglou