Learn more

Hi everyone, coming back to Developer series after long, I will be writing today about, a very basic thing that every coder, actually a new coder misses. That is the right way to code that follows some rules and acceptable and understandable to all. So, let’s start with right syntax and what it is with examples. Also read Developer Terminology – You Need to Know Table of Contents Toggle The Right Way to Code and SyntaxSemanticsSome tips for good semantics are:Syntactic1. CamelCase2. Snake case3. Kebab case4. Pascal CaseBonus TipThe Right Way to Code and SyntaxAs we all know coding is to provid…

cuu