How to Name Things Properly

Written by tk3369 | Published 2020/08/06
Tech Story Tags: julia | julialang | best-practices | programming | clean-code | documentation | how-to-name-things-properly | hackernoon-top-story

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
Published by HackerNoon on 2020/08/06