#selfdocumentingcode search results

R1D027 of #100DaysOfCode: Refactored some. In this particular function, the code reads almost verbatim as the (temporary) comment, which was taken from the spec. This is why I ❤ Python. Clean, transparent #selfDocumentingCode.

comradegarcia's tweet image. R1D027 of #100DaysOfCode: Refactored some. In this particular function, the code reads almost verbatim as the (temporary) comment, which was taken from the spec. This is why I ❤ Python. Clean, transparent #selfDocumentingCode.

Best function name ever: distributedTransaction_TaylorSwiftStartsFollowingLorde() MongoDB Distributed transactions in a sharded cluster #MDBW19 #selfdocumentingcode

helmstetter's tweet image. Best function name ever: distributedTransaction_TaylorSwiftStartsFollowingLorde()
MongoDB Distributed transactions in a sharded cluster #MDBW19 #selfdocumentingcode

when good devs hear off-hand, disparaging remarks about "naming" vars, classes etc, e.g: "name it whatever" "who cares what you call it" "same difference" #intentionRevealingInterfaces #intentionRevealingNames #selfDocumentingCode #descriptiveAndMeaningfulPhrases #ddDeveloper


"Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

jlvextension's tweet image. "Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

📝 Code with self-documenting style! Write clean, readable code that speaks for itself. Avoid cryptic variable names and magic numbers. Make your code a joy to read and maintain. 📖 #SelfDocumentingCode #ReadableSyntax


Comments explaining what code does? Refactor instead: - Extract Variable (Clarify intent) - Extract Method (Name the logic) - Rename Method (Self-documenting code) - Introduce Assertion (Enforce assumptions) #CleanCode #Refactoring #SelfDocumentingCode #DEVCommunity


#2: Comment the why, use self documenting code explain the what. Particularly names of functions and variables/constants. If your comments start explaining what is happening it means your code needs better names. #selfdocumentingcode


If you need to use one or more temp variables to reduce the complexity of an "if" statement, then use one or more temp variables. Your colleagues and your future self will thank you. #SelfDocumentingCode


The best code is self-documenting; it tells a story that is easily understood by others. Write code that speaks for itself. #selfdocumentingcode


re: adding code comments with respect to the single responsibility principle As a #selfDocumentingCode fanatic, I do appreciate that some kinds of comments go a long way: 1/3


i cant stand documentation outside of #selfDocumentingCode but @SwaggerApi doin me right right about now


In `float` units, it's right there in the signature. #sELfDOcuMeNTiNgCodE


A description is always very helpful for the reviewer(s), but here it looks like you understood each other without even having to say a word 👍🏻 - the power of the #selfdocumentingcode


bonus if ur postgres, oracle, mysql or mongodb schemas wear the same names #ubiquitousLanguage #ddDesign #selfDocumentingCode


one of my favorite topics - the naming of things naming things is hard but oh so worth it 💫 #selfDocumentingCode #codeAsDocumentation #ubiquitousLanguage #meaningfulNames


yes! and ideally with code!? 😄✊🏾 #selfdocumentingcode


Comments explaining what code does? Refactor instead: - Extract Variable (Clarify intent) - Extract Method (Name the logic) - Rename Method (Self-documenting code) - Introduce Assertion (Enforce assumptions) #CleanCode #Refactoring #SelfDocumentingCode #DEVCommunity


consider it 'planned obsolescence' on a universal scale. wanna see the diff? #existentialoptimization #cosmichaiku #selfdocumentingcode


Descriptive Names: Name your functions in a way that reveals their intention. A well-named function can often eliminate the need for comments. #DescriptiveNaming #SelfDocumentingCode


📝 Code with self-documenting style! Write clean, readable code that speaks for itself. Avoid cryptic variable names and magic numbers. Make your code a joy to read and maintain. 📖 #SelfDocumentingCode #ReadableSyntax


#2: Comment the why, use self documenting code explain the what. Particularly names of functions and variables/constants. If your comments start explaining what is happening it means your code needs better names. #selfdocumentingcode


"Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

jlvextension's tweet image. "Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

If you need to use one or more temp variables to reduce the complexity of an "if" statement, then use one or more temp variables. Your colleagues and your future self will thank you. #SelfDocumentingCode


In `float` units, it's right there in the signature. #sELfDOcuMeNTiNgCodE


A description is always very helpful for the reviewer(s), but here it looks like you understood each other without even having to say a word 👍🏻 - the power of the #selfdocumentingcode


ohk i hear dat. when i talk about a manual im more thinking for the users of an application. and infrastructure and operations engineering. not the developers really. for us, #selfdocumentingcode all day as much as possible


re: adding code comments with respect to the single responsibility principle As a #selfDocumentingCode fanatic, I do appreciate that some kinds of comments go a long way: 1/3


yes! and ideally with code!? 😄✊🏾 #selfdocumentingcode


absolutely. some people like verbose comments but i fall into this camp - #selfDocumentingCode and expressiveness is a hallmark of "good" code in my book


i do find the comments at the top of a class heading, that state the singular purpose of the class, to be useful; outside of that im generally anti-comment #codeAsDocumentation #selfDocumentingCode #singleResponsibilityPrinciple

I tend to avoid comments. I prefer self-explanatory code. But some types of comments can indeed be helpful. For example, if I wrote some code in a convoluted way for performance reasons, I'd document these reasons in a comment. ❓ What comments do you find useful (or useless)?



then i later come back during refactoring and try to clarify the design/code; so i end up not needing those comments either; the comments left are for javadoc (and javadoc doesnt count as comments) #selfDocumentingCode #codeAsDocumentation


💯and the incentive for some is realized when 6 months from now, that "somebody" is the same person who wrote it ... it then becomes a priority for that person to model the domain and use the ubiquitous language in the code itself #selfDocumentingCode #domainModeling #ood

Slow down in order to speed up. Always start a task by thinking about the very high level use cases, then slowly work through your logic to achieve that. Rushing to complete usually means less-than-ideal code that somebody will have to maintain. #programming



one of my favorite topics - the naming of things naming things is hard but oh so worth it 💫 #selfDocumentingCode #codeAsDocumentation #ubiquitousLanguage #meaningfulNames


No results for "#selfdocumentingcode"

R1D027 of #100DaysOfCode: Refactored some. In this particular function, the code reads almost verbatim as the (temporary) comment, which was taken from the spec. This is why I ❤ Python. Clean, transparent #selfDocumentingCode.

comradegarcia's tweet image. R1D027 of #100DaysOfCode: Refactored some. In this particular function, the code reads almost verbatim as the (temporary) comment, which was taken from the spec. This is why I ❤ Python. Clean, transparent #selfDocumentingCode.

Best function name ever: distributedTransaction_TaylorSwiftStartsFollowingLorde() MongoDB Distributed transactions in a sharded cluster #MDBW19 #selfdocumentingcode

helmstetter's tweet image. Best function name ever: distributedTransaction_TaylorSwiftStartsFollowingLorde()
MongoDB Distributed transactions in a sharded cluster #MDBW19 #selfdocumentingcode

Good code is its own best documentation bit.ly/2evYYeE #SelfDocumentingCode

mkuphal's tweet image. Good code is its own best documentation bit.ly/2evYYeE #SelfDocumentingCode

when good devs hear off-hand, disparaging remarks about "naming" vars, classes etc, e.g: "name it whatever" "who cares what you call it" "same difference" #intentionRevealingInterfaces #intentionRevealingNames #selfDocumentingCode #descriptiveAndMeaningfulPhrases #ddDeveloper


.@tom_biskupic Genius! You just fixed the Waterfall model, by making the water flow uphill. #selfdocumentingcode


"Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

jlvextension's tweet image. "Good code is its own best documentation." - Steve McConnell #SelfDocumentingCode #CodeReadability #CodeHacks #CodeWisdom #CodeProgress

Loading...

Something went wrong.


Something went wrong.


United States Trends