This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: _H6euIauwBUmo0xnnxXiCEV_KDC3NMI3MVyBQeLCRMs
Cover

How to Name Things Properly

Written by @tk3369 | Published on 2020/8/6

TL;DR
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.

[story continues]


Written by
@tk3369
Software Engineer, Architect, Author

Topics and
tags
julia|julialang|best-practices|programming|clean-code|documentation|how-to-name-things-properly|hackernoon-top-story
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: _H6euIauwBUmo0xnnxXiCEV_KDC3NMI3MVyBQeLCRMs