Jung Wook ParkforCodeSnapcodesnapmag.hashnode.devยทSep 6, 2024์ฝ๊ธฐ ์ฝ๊ณ ์ ์ง๋ณด์ํ๊ธฐ ์ฌ์ด ์ฝ๋๋ฅผ ์ฐ๊ธฐ ์ํ ๋ชจ๋ฒ ์ฌ๋ก | ์๋ฏธ์๋ ์ด๋ฆ ๊ณ ๋ฅด๊ธฐ์๋ฌธ: Thiago Pacheco, "Best practices to write a readable and maintainable code | Choosing meaningful names" ๋ง์ ์ฌ๋๋ค์ด ์ํํธ์จ์ด ๊ฐ๋ฐ์๋ก์ ๊ฐ์ฅ ์ด๋ ค์ด ๊ฒ ์ค ํ๋๊ฐ ์ด๋ฆ ์ง๊ธฐ๋ผ๊ณ ํฉ๋๋ค. ๋์์ ์๋ฏธ์๋ ์ด๋ฆ์ ์ง๋ ๊ฒ์ ๊ฐ์ฅ ์ค์ํ ์ผ ์ค ํ๋๋ผ๊ณ ํ ์ ์์ฃ . ์ด๋ฅผํ ๋ฉด ๋ณ์๋ ํจ์, ํด๋์ค, ๊ทธ ๋ฐ์ ๋ชจ๋ ๊ฒ๋ค์ ์ ์ํ๋ ๊ฒ ๋ง์ ๋๋ค. ์ข์ ์ฌ๋ก๋ค๊ณผ ...Discussยท3 likesSeptember 2024naming
Maxi Contierimaximilianocontieri.comยทAug 23, 2024Code Smell 265 - Linguistic ConfusionTL;DR: Naming is hard, don't make it harder with unnecessary accidental complexity. Problems Unclear, misleading, vague, and ambiguous names Redundant terminology Confusing abstractions Cryptic abbreviations Solutions Simplify naming conven...Discussยท35 readsCode Smellsclean code
ICU Branding agencyicu.hashnode.devยทJun 6, 2024How to name things efficiently using symbols?As you sow, so you reap. Choosing a name for your brand is the first step toward entering the market. Symbols are how names attempt to be unique. Elon Musk referred to his son as an innovative combination of letters and symbols, but did he consider t...Discussยท11 likesnaming
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
Anthony Watblog.avangards.ioยทJan 24, 2024My Quest To Finding the Perfect AWS Resource Naming SchemeIntroduction There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton I am sure that you've seen this famous quote in pretty much any article about naming conventions, and this blog post is no except...Discussยท2 likesยท2.7K readsAWS
Martin ล oลกiฤforWasp - full-stack with React & Node.jswasp-lang.hashnode.devยทOct 11, 2023Why Naming is the #1 Skill for Writing Clean Code ๐งผ๐งโ๐ปIn stories, you will often find the motif of a powerful demon that can be controlled only by knowing its true name. Once the hero finds out that name, through cunning dialogue or by investigating ancient tomes, they can turn things around and banish ...Vince Canger and 2 others are discussing this3 people are discussing thisDiscussยท21 likesยท40 readsnaming
Marcin WosinekforHow to devhow-to.devยทAug 23, 2023How to write maintainable code: Naming thingsUsing the right names is an essential part of writing maintainable code. For a computer, any name will work just fineโthey either match or not. For the humans who read the code, the names are the first thing they have in mind as they work on the code...Discussยท142 readsBeginner Developers
Luka Vidakovicapisurfer.comยทAug 16, 2023How long is "new" new anywayQuick hint and a reminder for myself: In programming, try not to prefix things with "new". "New" usually doesn't stay new for very long :). It becomes especially problematic when you introduce the new stuff for the 2nd time. At that point, you have a...Discussnaming
Onyinyechi Viola Obikaobikaviola.hashnode.devยทAug 10, 2023The Secret Of Successful Programming: Naming Conventions You Should KnowIntroduction Programmers have come up with concepts like camelCase, snake_case, PascalCase etc. to help make names in the world of tech relatively easy, readable and understandable. These concepts are called naming conventions and all programming lan...Discussยท21 likesยท66 reads#namingconvention