Arpit Dwivediblog.arpitdwivedi.in·Oct 26, 2023The Art of Wit and Wisdom - Commenting in .NET Core with C#Ah, code comments—the unsung heroes of the programming world. They're like the spices in your favorite dish, the secret ingredient that transforms cryptic code into a symphony of logic. As the great programmer Shakespeare once said, "To comment or no...Discuss·10 likes·235 readsCoding ChroniclesPractice coding
Maxi Contierimaximilianocontieri.com·Sep 10, 2023Code Smell 224 - Deodorant CommentsTL;DR: Don't excuse bad code. Write a clean one! Problems Readability Solutions Rewrite the code and delete the comment Context The term comes from Martin Fowler's book "Refactoring: Improving the Design of Existing Code" Sample Code Wrong # Thi...Discuss·1 like·141 readsCode Smellscode smell
ARYAN SHARMAaryansharma.hashnode.dev·Sep 9, 2023Comments in JavaScriptHey🙋🏼♂️ everyone This is Aryan Sharma's blog, and I hope you're all doing well & great. Welcome to another blog of this JavaScript course. 📍You can find my blogs here↗️ Let's dive in! Comments Comments can be of two types- Single-line // Multi...Discuss·26 readscomments
Evan Luocirnosketchbook.com·Aug 27, 2023Tutorial: How to Comment and Uncomment Multiple Lines in Visual Studio CodeWorking with Visual Studio Code (VS Code) becomes smoother and more efficient when you master the use of shortcuts. This guide focuses on the shortcuts for commenting and uncommenting lines of code, a common task that can be streamlined with the righ...Discuss·56 readsVSCode Tips
François-Olivierfrancoisolivier.hashnode.dev·Jun 4, 2023CommentsIn my experience, comments guidelines tend to be similar from one team to the next. One common theme is the desire to add more comments because everyone came across a situation where more comments would have been beneficial. In a module with many aut...Discusscomments
Brijen Makwanabrijen.hashnode.dev·Apr 10, 2023Code Clarity: Why Comments Should be Avoided in Your Codecode comments are often seen as a necessary evil, a way to document what the code is doing or why it was written in a certain way. However, comments can also be a double-edged sword that can make code harder to read, maintain, and debug. In this arti...Discuss·48 readsGeneral Programming
Deborah Fabusuyi dherrbie.hashnode.dev·Feb 28, 2023A Beginner's Guide to Code Documentation.Hello 👋 there, in this blog post, we'll take a quick look at code documentation, what it means, what it entails, and why it's useful. What is Code Documentation? Code Documentation is the process of describing a software's functionality and purpose ...Discuss·29 likes·155 readsWeb Development
Seyi Sennugagentlegee.hashnode.dev·Feb 3, 2023Making Use Of Comment In Python3COMMENTING IN PYTHON What Is Commenting? Commenting describes the functionality and explanation of your python code. Reasons for using comments. After knowing what a comment is, I guess you will be thinking about why we use it in our codes. Consider ...Discuss·54 readsPython
Darnell Davisdeescloud.xyz·Jan 31, 2023Say Goodbye to Eye Strain with VSCode Comment CustomizationToday, I grew tired of straining my eyes while reading the comments within my code editor. If you're like me and use VSCode , then I have a solution to help you. https://media.giphy.com/media/emxKI1ROfMaKpMysA9/giphy.gif Here is how you can change ...Discuss·135 readsVS Code
Anshika Rejaanshikareja.hashnode.dev·Jan 31, 2023What is Comments , tags , Elements and Entities in HTML....Comments = We use comments in our code because if someone will read the code in the future he or she can understand what I write and why and we write comments in HTML by pressing the button ctrl + forward slash. What are elements, tags and attributes...Discuss·36 readstag