DensTechDenwww.denstechden.com·Nov 13, 2024Home Assistant: Best Practices for Naming ConventionsWhen managing a smart home setup, having a clear and consistent naming convention for devices and device entities can be the difference between smooth, frustration-free automation and chaotic confusion. Home Assistant, a popular open-source platform ...DiscussHome AssistantHome Assistant
Fabrice CarrelforDINA Technical's Blogdevops.dina.ch·Oct 9, 2024Azure Naming ToolHere's a very useful and official Microsoft tool to help you manage the nomenclature of all your Azure elements. Microsoft patterns & practices : https://github.com/mspnp/AzureNamingTool The Azure Naming Tool was created to help administrators defin...DiscussAzure
Dilip PatelforDilip Patel's Kotlin blogkotlinmastery.hashnode.dev·Sep 9, 2024Kotlin Naming ConventionsNaming conventions are essential guidelines for writing consistent and readable code. When working with Kotlin, following these conventions ensures that your code remains clear and maintainable. Let’s explore some commonly used naming conventions in ...Discuss·88 readsKotlin BasicsKotlin
Nirmal Sankalananirmalsankalana.hashnode.dev·Sep 8, 2024JavaScript and Node.js Naming ConventionsNaming stuff in JavaScript (JS) and Node.js isn’t just about looking cool. It helps avoid confusion, prevent errors, and make sure that when you or someone else looks at the code later, they get what’s going on. 1. Variables: The Backbone of Your Cod...Discuss·10 likesJavaScript
Derek Armstrongderekarmstrong.dev·Aug 14, 2024Easy-to-Understand Python Naming Conventions and Coding Best PracticesLet's dive into the world of Python naming conventions, but this time with a sprinkle of fun and metaphors. We'll cover everything from naming your variables to creating class names, and we'll do it with practical, easy-to-remember examples. So, grab...Discuss·13 likes·59 reads👨🏻💻 Code Craftcoding
SAFIA KHATOONsafiakhatoon.hashnode.dev·May 23, 2024Class & Object In JavaClass A class is like a blueprint for creating objects. It defines the properties (attributes) and behaviors (methods) that the objects created from the class will have. Object An object is an instance of a class. It has its own set of properti...DiscussJava
SAFIA KHATOONsafiakhatoon.hashnode.dev·May 21, 2024Naming conventionssimple explanation of Pascal and camel case conventions in Java: Pascal Case Definition: Each word starts with a capital letter. Example: MyVariableName Camel Case Definition: First word starts with a small letter, and each following word starts...DiscussJava
Abhinav Singhblog.imabhinav.dev·Apr 10, 2024Mastering Clean Code: The Importance of Naming VariablesOne of the most critical aspects of writing clean and understandable code is the art of naming variables effectively. Proper variable names can significantly enhance code readability and maintainability. However, poorly chosen names can lead to confu...Discuss·1 likeJavaScript
Kuntal Ojhakuntalojha.hashnode.dev·Mar 17, 2024Demystifying Naming Conventions: A Guide to Writing Clean and Readable CodeIn the world of programming, there exists a subtle yet crucial aspect that often goes unnoticed by beginners but is revered by seasoned developers - naming conventions. While seemingly mundane, naming conventions play a pivotal role in shaping the re...Discuss#namingconvention
Tuan Tran Vanblog.tuanhadev.tech·Feb 2, 2024Naming Convention for Clean CodeIt's been a while since my last article, which was written on May 30, 2021. It seems like I've been a bit lazy, doesn't it? We all know that the IT market is currently facing challenges, but instead of dwelling on the negatives, it's crucial to stay ...Discuss·99 readsDeveloper Best Code Practicesclean code