#codingstandards результаты поиска

Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration. Read more: ow.ly/s47b50X4T54

ldra_technology's tweet image. United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration.
Read more: ow.ly/s47b50X4T54

We all might have met the "Coding Standards Nazi" who would shout out loud whenever they review the code. 😡 #CodingStandards #SoftwareDevelopers #TechCommunity

vivek_naskar's tweet image. We all might have met the "Coding Standards Nazi" who would shout out loud whenever they review the code. 😡

#CodingStandards #SoftwareDevelopers #TechCommunity

What coding standards does your team follow? Check out this blog post to take a deep dive into coding standards, understand why they are important, and learn how to introduce them into your development process effectively. tinyurl.com/4xs4xwe6 #codequality #codingstandards

codacy's tweet image. What coding standards does your team follow?

Check out this blog post to take a deep dive into coding standards, understand why they are important, and learn how to introduce them into your development process effectively.

tinyurl.com/4xs4xwe6

#codequality #codingstandards

Organization Coding Standards just got better! 🎉 It’s now effortless and fast to set up 10 tailored code pattern settings, no matter how many repositories you have. Check the tutorial: youtu.be/2MKZG7nr4Ho #codingstandards #codequality #codereview #securitycode


.NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only) Q: In .NET libraries, when—if ever—is `async void` acceptable? Reply with your answer! dotnettips.wordpress.com/rock-your-code/ #dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

realDotNetDave's tweet image. .NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only)
Q: In .NET libraries, when—if ever—is `async void` acceptable?
Reply with your answer! 
dotnettips.wordpress.com/rock-your-code/ 
#dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

🎉 Congratulations to John Carling on winning a copy of my Coding Standards for .NET book! Want your own copy? 📘 Grab it in paperback or hardback here: dotnettips.wordpress.com/rock-your-code/ #RockYourCode #dotnet #CodingStandards #MVPBuzz @JRCsystems

realDotNetDave's tweet image. 🎉 Congratulations to John Carling on winning a copy of my Coding Standards for .NET book!

Want your own copy? 📘 Grab it in paperback or hardback here: dotnettips.wordpress.com/rock-your-code/

#RockYourCode #dotnet #CodingStandards #MVPBuzz @JRCsystems

Quality over haste, every time. Good code may take a bit longer, but the stability, scalability, and lesser bug fixes are worth the investment. Strive for excellence, not just speed. #CodingStandards #QualityOverSpeed #CodeExcellence #SustainableCoding

GrafiteInc's tweet image. Quality over haste, every time. Good code may take a bit longer, but the stability, scalability, and lesser bug fixes are worth the investment. Strive for excellence, not just speed. #CodingStandards #QualityOverSpeed 
 #CodeExcellence #SustainableCoding

Today we had an excellent session conducted by Nagalingam V - Project Manager at @cgvak on Comprehensive Coding. The focus was on effective communication, strict adherence to coding standards, and implementing strong security practices. #cgvak #codingstandards #softwaresecurity

cgvak's tweet image. Today we had an excellent session conducted by Nagalingam V - Project Manager at @cgvak  on Comprehensive Coding. The focus was on effective communication, strict adherence to coding standards, and implementing strong security practices.

#cgvak #codingstandards #softwaresecurity
cgvak's tweet image. Today we had an excellent session conducted by Nagalingam V - Project Manager at @cgvak  on Comprehensive Coding. The focus was on effective communication, strict adherence to coding standards, and implementing strong security practices.

#cgvak #codingstandards #softwaresecurity
cgvak's tweet image. Today we had an excellent session conducted by Nagalingam V - Project Manager at @cgvak  on Comprehensive Coding. The focus was on effective communication, strict adherence to coding standards, and implementing strong security practices.

#cgvak #codingstandards #softwaresecurity
cgvak's tweet image. Today we had an excellent session conducted by Nagalingam V - Project Manager at @cgvak  on Comprehensive Coding. The focus was on effective communication, strict adherence to coding standards, and implementing strong security practices.

#cgvak #codingstandards #softwaresecurity

If Only Documentation Looked as Clean as the Code...What makes good documentation? Fundamentally it's about organization and ease of visual tracking. Here are some manifestations of how to make that happen. technewsworld.com/story/178455.h… #CleanCode #CodingStandards

technewsworld's tweet image. If Only Documentation Looked as Clean as the Code...What makes good documentation? Fundamentally it's about organization and ease of visual tracking. Here are some manifestations of how to make that happen. technewsworld.com/story/178455.h…  #CleanCode #CodingStandards

🚨 Defensive Programming Rule #1: Always assume your code can throw an exception. Anticipate errors. Handle failures. Eliminate bugs before they crash your app. Write resilient .NET code your future self will thank you! #DotNet #CodingStandards #MVPBuzz dotnettips.wordpress.com/2025/10/26/def…


In a project that is incorporated with various packages, it can be a mess if each individual uses a different coding standards. This is the reason why PSR was designed. Learn more about the standard recommendations in PHP. buff.ly/4cNxzOb #codingstandards #psr

specbee's tweet image. In a project that is incorporated with various packages, it can be a mess if each individual uses a different coding standards. This is the reason why PSR was designed. Learn more about the standard recommendations in PHP.

buff.ly/4cNxzOb

#codingstandards #psr

🎉 Attention Øredev 2025! 🎉 Want a FREE autographed hardbound copy of my brand-new coding standards book? Easy: come to my session, grab a seat up front, and keep your phone ready! #RockYourCode #Oredev2025 @oredev #CodingStandards bit.ly/CodingStandard…


At HandyBuilds, we believe that the key to developing high-quality websites and applications lies in following best practices for web development. #webdevelopment #bestpractices #codingstandards #testing #performanceoptimization #accessibility #security #versioncontrol

HandyBuildss's tweet image. At HandyBuilds, we believe that the key to developing high-quality websites and applications lies in following best practices for web development. #webdevelopment #bestpractices #codingstandards #testing #performanceoptimization #accessibility #security #versioncontrol

Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration. Read more: ow.ly/s47b50X4T54

ldra_technology's tweet image. United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration.
Read more: ow.ly/s47b50X4T54

🚨 Defensive Programming Rule #1: Always assume your code can throw an exception. Anticipate errors. Handle failures. Eliminate bugs before they crash your app. Write resilient .NET code your future self will thank you! #DotNet #CodingStandards #MVPBuzz dotnettips.wordpress.com/2025/10/26/def…


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


If you could ban a single coding habit overnight, which would it be? #CodingStandards #BestPractices


🎉 Attention Øredev 2025! 🎉 Want a FREE autographed hardbound copy of my brand-new coding standards book? Easy: come to my session, grab a seat up front, and keep your phone ready! #RockYourCode #Oredev2025 @oredev #CodingStandards bit.ly/CodingStandard…


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


🎉 Congratulations to John Carling on winning a copy of my Coding Standards for .NET book! Want your own copy? 📘 Grab it in paperback or hardback here: dotnettips.wordpress.com/rock-your-code/ #RockYourCode #dotnet #CodingStandards #MVPBuzz @JRCsystems

realDotNetDave's tweet image. 🎉 Congratulations to John Carling on winning a copy of my Coding Standards for .NET book!

Want your own copy? 📘 Grab it in paperback or hardback here: dotnettips.wordpress.com/rock-your-code/

#RockYourCode #dotnet #CodingStandards #MVPBuzz @JRCsystems

Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


.NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only) Q: In .NET libraries, when—if ever—is `async void` acceptable? Reply with your answer! dotnettips.wordpress.com/rock-your-code/ #dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

realDotNetDave's tweet image. .NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only)
Q: In .NET libraries, when—if ever—is `async void` acceptable?
Reply with your answer! 
dotnettips.wordpress.com/rock-your-code/ 
#dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Comments in code should explain WHY, not WHAT. If you need comments to explain what your code does, rewrite your code. #Programming #CleanCode #CodingStandards


Нет результатов для «#codingstandards»

United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration. Read more: ow.ly/s47b50X4T54

ldra_technology's tweet image. United Space Alliance (USA) chose the LDRA tool suite to verify software for NASA’s Orion project. LDRA delivers #automatedtesting, #codingstandards enforcement, and consistent quality, supporting the high assurance demands of #spaceexploration.
Read more: ow.ly/s47b50X4T54

What coding standards does your team follow? Check out this blog post to take a deep dive into coding standards, understand why they are important, and learn how to introduce them into your development process effectively. tinyurl.com/4xs4xwe6 #codequality #codingstandards

codacy's tweet image. What coding standards does your team follow?

Check out this blog post to take a deep dive into coding standards, understand why they are important, and learn how to introduce them into your development process effectively.

tinyurl.com/4xs4xwe6

#codequality #codingstandards

🛰️ Rule 1: Avoid Complex Flow Constructs: NASA avoids complex control flow constructs like goto and recursion. They stick to simple loops and conditionals. This makes the code easier to review and statically analyze. #NASA #CodingStandards

LetstalkRobots's tweet image. 🛰️ Rule 1: Avoid Complex Flow Constructs: NASA avoids complex control flow constructs like goto and recursion. They stick to simple loops and conditionals. This makes the code easier to review and statically analyze. #NASA #CodingStandards

Docformatter vous assure que vos chaînes de documentation respectent les conventions PEP 257. Plus besoin de se préoccuper des détails de mise en forme ! #Python #CodingStandards

PlacePython's tweet image. Docformatter vous assure que vos chaînes de documentation respectent les conventions PEP 257. Plus besoin de se préoccuper des détails de mise en forme ! #Python #CodingStandards

Don't underestimate the power of coding in software optimization. Even in the age of low-code applications, robust coding remains crucial. Choose the right frameworks and languages to future-proof your software landscape. #CodingStandards #SoftwareDevelopment

CoreFlexInc's tweet image. Don't underestimate the power of coding in software optimization. Even in the age of low-code applications, robust coding remains crucial. Choose the right frameworks and languages to future-proof your software landscape. #CodingStandards #SoftwareDevelopment

3/7 Generics can also be used in interfaces. Define a one-size-fits-all structure that ensures consistency across different data types. #TypeScript #CodingStandards

thesleebit's tweet image. 3/7 Generics can also be used in interfaces.

 Define a one-size-fits-all structure that ensures consistency across different data types.

#TypeScript #CodingStandards

Committed to conventions! Who else loves keeping it organized? 💪 #GitHub #DevLife #CodingStandards

sankalpt921's tweet image. Committed to conventions!

Who else loves keeping it organized? 💪
#GitHub #DevLife #CodingStandards

We all might have met the "Coding Standards Nazi" who would shout out loud whenever they review the code. 😡 #CodingStandards #SoftwareDevelopers #TechCommunity

vivek_naskar's tweet image. We all might have met the "Coding Standards Nazi" who would shout out loud whenever they review the code. 😡

#CodingStandards #SoftwareDevelopers #TechCommunity

3/6: 🎨 Embracing @0xAuntyBetty styling & docs - making code clean & readable, even if it's challenging. 4/6: 🚀 No return 0; needed with void functions. Shoutout to @Damipresh 🤝, my coding partner in crime! #TechPartners #CodeCompanions #CodingStandards #CleanCode

adeyinkacodes's tweet image. 3/6: 🎨 Embracing @0xAuntyBetty styling & docs - making code clean & readable, even if it's challenging.

4/6: 🚀 No return 0; needed with void functions. Shoutout to @Damipresh 🤝, my coding partner in crime! 

#TechPartners #CodeCompanions #CodingStandards #CleanCode

Quality over haste, every time. Good code may take a bit longer, but the stability, scalability, and lesser bug fixes are worth the investment. Strive for excellence, not just speed. #CodingStandards #QualityOverSpeed #CodeExcellence #SustainableCoding

GrafiteInc's tweet image. Quality over haste, every time. Good code may take a bit longer, but the stability, scalability, and lesser bug fixes are worth the investment. Strive for excellence, not just speed. #CodingStandards #QualityOverSpeed 
 #CodeExcellence #SustainableCoding

See what’s in HIC++ — and why you should use it >> bit.ly/2E6TROr #codingstandards

perforce's tweet image. See what’s in HIC++ — and why you should use it >>
bit.ly/2E6TROr 

#codingstandards

If Only Documentation Looked as Clean as the Code...What makes good documentation? Fundamentally it's about organization and ease of visual tracking. Here are some manifestations of how to make that happen. technewsworld.com/story/178455.h… #CleanCode #CodingStandards

technewsworld's tweet image. If Only Documentation Looked as Clean as the Code...What makes good documentation? Fundamentally it's about organization and ease of visual tracking. Here are some manifestations of how to make that happen. technewsworld.com/story/178455.h…  #CleanCode #CodingStandards

.NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only) Q: In .NET libraries, when—if ever—is `async void` acceptable? Reply with your answer! dotnettips.wordpress.com/rock-your-code/ #dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

realDotNetDave's tweet image. .NET devs: Want a free hardbound copy of my Coding Standards book? 🇺🇸 (US shipping only)
Q: In .NET libraries, when—if ever—is `async void` acceptable?
Reply with your answer! 
dotnettips.wordpress.com/rock-your-code/ 
#dotnet #csharp #codingstandards #RockYourCode #MVPBuzz

Maintaining consistency and adhering to a clear code style are essential practices for software engineers. Consistency enhances code readability, collaboration, and maintainability. #CodeConsistency #SoftwareEngineering #CodingStandards #CollaborativeCoding #wednesdayvibes

ahmedbakranph's tweet image. Maintaining consistency and adhering to a clear code style are essential practices for software engineers. Consistency enhances code readability, collaboration, and maintainability. #CodeConsistency #SoftwareEngineering #CodingStandards #CollaborativeCoding #wednesdayvibes

CERT vs. CWE vs. MISRA — which coding standard is best for security? bit.ly/2IydI9b #codingstandards #securecoding

perforce's tweet image. CERT vs. CWE vs. MISRA — which coding standard is best for security?
bit.ly/2IydI9b

#codingstandards #securecoding

Loading...

Something went wrong.


Something went wrong.


United States Trends