TLDR
In Julia, the main things are modules, data types, functions, constants and variables. The main thing is to choose between using a verb, a noun, or an adjective. A good module name typically encompasses a group of concepts and functionalities provided by the module. It needs to be broad enough to cover all functionalities but specific enough to distinguish itself from other modules. A general rule of thumb is to come up with names that are not too long. Long names are harder to read and spelling mistake are hard to find.via the TL;DR App
no story
Written by tk3369 | Software Engineer, Architect, Author