#codecommenting resultados de búsqueda

We launched a Claude Code learning mode! Claude Code not only makes you more productive, but can now also help you get better at coding. Whether you're a CS student or seasoned programmer, it will push you to think deeper about the code you're generating.


Clean Code Book Breakdown Under 1 Minute Chapter 4, Part 1/4: Comments Are a Failure This breakdown covers the core, and controversial, philosophy of comments from "Clean Code": they are not a sign of good code, but a necessary evil. #SoftwareEgineering #CleanCodeBreakdown

omerokumusx's tweet image. Clean Code Book Breakdown Under 1 Minute

Chapter 4, Part 1/4: Comments Are a Failure

This breakdown covers the core, and controversial, philosophy of comments from "Clean Code": they are not a sign of good code, but a necessary evil.

#SoftwareEgineering #CleanCodeBreakdown

Today we're launching new ways to learn in Claude Code and the Claude app. First up: Claude Code now lets you customize communication styles with /output-style


🔥 VS Code Better Comments gives you a few different styles of comments based on popular notations. Love love love this - thanks to @stolinski for showing me this. marketplace.visualstudio.com/items?itemName…

wesbos's tweet image. 🔥 VS Code Better Comments gives you a few different styles of comments based on popular notations. Love love love this - thanks to @stolinski for showing me this. 

marketplace.visualstudio.com/items?itemName…

Add comments about WHY code exists, not what it does. The code is right there, we know what it does. Developers that can't or don't write good comments aren't great developers yet.

BenLesh's tweet image. Add comments about WHY code exists, not what it does. The code is right there, we know what it does.

Developers that can't or don't write good comments aren't great developers yet.
BenLesh's tweet image. Add comments about WHY code exists, not what it does. The code is right there, we know what it does.

Developers that can't or don't write good comments aren't great developers yet.

Commenting code is good. Commenting all code is busywork and wasting your employers time. Don't do this:

mpjme's tweet image. Commenting code is good. Commenting all code is busywork and wasting your employers time. Don't do this:

When I know the client and tell the new guy to comment out code instead of deleting it thecodinglove.com/when-i-know-th…

thecodinglove's tweet image. When I know the client and tell the new guy to comment out code instead of deleting it thecodinglove.com/when-i-know-th…

#TIL that in @code, you can use comment regions (similar to C# and Visual Studio). I think this is particularly useful for organizing #reactjs functional components that use hooks, because they can turn into "mega functions" pretty quickly without good organization.

BenLesh's tweet image. #TIL that in @code, you can use comment regions (similar to C# and Visual Studio).

I think this is particularly useful for organizing #reactjs  functional components that use hooks, because they can turn into "mega functions" pretty quickly without good organization.
BenLesh's tweet image. #TIL that in @code, you can use comment regions (similar to C# and Visual Studio).

I think this is particularly useful for organizing #reactjs  functional components that use hooks, because they can turn into "mega functions" pretty quickly without good organization.

Someone made a bot that makes comments in code more inclusive. Personagement 😙👌 github.com/EbookFoundatio…

mrdoob's tweet image. Someone made a bot that makes comments in code more inclusive. Personagement 😙👌
github.com/EbookFoundatio…
mrdoob's tweet image. Someone made a bot that makes comments in code more inclusive. Personagement 😙👌
github.com/EbookFoundatio…
mrdoob's tweet image. Someone made a bot that makes comments in code more inclusive. Personagement 😙👌
github.com/EbookFoundatio…

Comments are essential for making your code easy to understand but taking this to the extreme brings a lot of noise and increases maintenance Often you can reduce the need for comments with: - Descriptive identifier names - Extract logic to methods - Checks to verify assumptions

mgechev's tweet image. Comments are essential for making your code easy to understand but taking this to the extreme brings a lot of noise and increases maintenance

Often you can reduce the need for comments with:
- Descriptive identifier names
- Extract logic to methods
- Checks to verify assumptions

Here's a #gamedev, #indiedev, and general programming tip I use a lot. Before writing code, think about the logic and THEN WRITE IT DOWN as code comments. Once you have implemented and tested, you can delete the comments.

profexorgeek's tweet image. Here's a #gamedev, #indiedev, and general programming tip I use a lot. Before writing code, think about the logic and THEN WRITE IT DOWN as code comments. Once you have implemented and tested, you can delete the comments.

For everyone who's new to godot this is how you comment out your code.

CodeRed_dev's tweet image. For everyone who's new to godot this is how you comment out your code.

Comments are great to document code and make it understandable by your future self or your colleagues. In some cases, however, they could be noisy. To avoid this, consider: - Descriptive variable names - Extracting logic into methods - Adding extra checks in case of assumptions

mgechev's tweet image. Comments are great to document code and make it understandable by your future self or your colleagues. In some cases, however, they could be noisy. To avoid this, consider:
- Descriptive variable names
- Extracting logic into methods
- Adding extra checks in case of assumptions

Want to learn more programming concepts and tips.? Follow @codecampusng now What is the output of the following code snippet? Let us know in the comments Begin your journey as a Developer today. Send us a message today Follow instagram.com/codecampusng #quiz

codecampusng's tweet image. Want to learn more programming concepts and tips.?
Follow @codecampusng now
What is the output of the following code snippet?
Let us know in the comments
Begin your journey as a Developer today. Send us a message today

Follow instagram.com/codecampusng
#quiz

Code makes products. Marketing makes money.


ROBLOX developer tip of the day: Crtl + Shift + C to comment/uncomment a block of code. Via Den_S on ROBLOX.

Shedletsky's tweet image. ROBLOX developer tip of the day: Crtl + Shift + C to comment/uncomment a block of code. Via Den_S on ROBLOX.

Are code comments essential for clarity or just clutter? Join the debate and share your thoughts! #CodeCommenting #DevTalk


Code commenting 101! Helps with: complex logic, maintenance, collaboration & learning Best practices: concise, explain why, clear language & update comments Types: inline, block & docstrings What's your fave commenting method? #CodeCommenting #CodingBestPractices

thesongmartins's tweet image. Code commenting 101!

Helps with: complex logic, maintenance, collaboration & learning
Best practices: concise, explain why, clear language & update comments
Types: inline, block & docstrings

What's your fave commenting method? #CodeCommenting #CodingBestPractices
thesongmartins's tweet image. Code commenting 101!

Helps with: complex logic, maintenance, collaboration & learning
Best practices: concise, explain why, clear language & update comments
Types: inline, block & docstrings

What's your fave commenting method? #CodeCommenting #CodingBestPractices

How do you prefer to comment on your code? Do you add comments for each function as you create them, or do you wait until the end of the feature's development to add all your comments? #CodeCommenting #DevTalk #ProgrammingTips


🌟 Day 20 of #100DaysOfCode 🌟 Focused on documenting my Django projects! 📝 Clear docs enhance project maintainability & collaboration. Detailed explanations of project structure, API endpoints, & usage instructions for devs! 💪👩‍💻 #Documentation #CodeCommenting #Django


🅷🅴🆈 🅿🅴🅾🅿🅻🅴 "🌟 Level up your code comments with Tarty's Big Text Generator! 💻✨ Add style and flair to your documentation effortlessly. Try it now! #CodeCommenting #TartyMagic"

prattyakksh's tweet image. 🅷🅴🆈 🅿🅴🅾🅿🅻🅴

"🌟 Level up your code comments with Tarty's Big Text Generator! 💻✨ Add style and flair to your documentation effortlessly. Try it now! #CodeCommenting #TartyMagic"

3. 💬 Code Commenting Ever struggled to understand your code months later? ChatGPT’s generated comments can be a lifesaver. #CodeCommenting


ASK A DEVELOPER 👨🏼‍💻 🎥 Episode 1: How much do you comment in your code? On this episode we went to our developers and asked their opinions on code commenting! We would love to hear from you! Leave us your answer below! #SoftwareDeveloper #CreatingAbundance #CodeCommenting


Good #developers write code. Great ones also write good #comments. #CodeCommenting - What's the point? - ow.ly/yEcWe


No hay resultados para "#codecommenting"

Code commenting 101! Helps with: complex logic, maintenance, collaboration & learning Best practices: concise, explain why, clear language & update comments Types: inline, block & docstrings What's your fave commenting method? #CodeCommenting #CodingBestPractices

thesongmartins's tweet image. Code commenting 101!

Helps with: complex logic, maintenance, collaboration & learning
Best practices: concise, explain why, clear language & update comments
Types: inline, block & docstrings

What's your fave commenting method? #CodeCommenting #CodingBestPractices
thesongmartins's tweet image. Code commenting 101!

Helps with: complex logic, maintenance, collaboration & learning
Best practices: concise, explain why, clear language & update comments
Types: inline, block & docstrings

What's your fave commenting method? #CodeCommenting #CodingBestPractices

🅷🅴🆈 🅿🅴🅾🅿🅻🅴 "🌟 Level up your code comments with Tarty's Big Text Generator! 💻✨ Add style and flair to your documentation effortlessly. Try it now! #CodeCommenting #TartyMagic"

prattyakksh's tweet image. 🅷🅴🆈 🅿🅴🅾🅿🅻🅴

"🌟 Level up your code comments with Tarty's Big Text Generator! 💻✨ Add style and flair to your documentation effortlessly. Try it now! #CodeCommenting #TartyMagic"

Loading...

Something went wrong.


Something went wrong.


United States Trends