Articles
Tags
AllClient-Side ArchitectureDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentWeb Development
1
Showing 1 article about "Camel case"

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...