Articles
Tags
AllClient-Side ArchitectureDesignDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLHumans & CodeNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentTestingThe 12 EssentialsThe MetaphysicsThe Phases of CraftshipWeb Development
1
Showing 1 article about "Coding conventions"
Camel Case vs. Snake Case vs. Pascal Case — Naming ConventionsCoding conventions
Naming conventions bring consistency to your codebase which makes it easier to maintain. Camel case, pascal case, and snake case a...