Remix.run Logo
lanstin 5 hours ago

Upper case symbols in a module are exported. Everything else should be lower case.

azangru 5 hours ago | parent [-]

Oh; in that case the lowly Javascript/typescript does this so much cleaner with the explicit `export` keyword. "Explicit is better than implicit."

x0re4x 2 hours ago | parent [-]

Go language is explicit: identifiers starting with a capital letter are exported.

https://go.dev/ref/spec#Exported_identifiers