Jyotiprakash Mishrablog.jyotiprakash.org·Dec 31, 2023C Naming ConventionC programming language has a set of naming conventions that help maintain clarity and consistency in code. Here's a breakdown of these conventions for various identifiers, constants, functions, files, etc., with examples: 1. Identifiers (Variables an...72 readsC Programming#namingconvention
mawaworksmawaworks.hashnode.dev·Sep 21, 2022Choose the correct case style for your vuejs project to reduce debuggingYour beautifully coded component is not loading and there are no error messages in the web console. I define this as a silent fail, iIf you are a full stack engineer and work with different technologies, it’s good to have a vuejs debug checklist. Ad...63 readsVue.js