#BetterCode Move the try-catch to a function to avoid reassigning a variable or putting your whole code in try!

moein_tech's tweet image. #BetterCode Move the try-catch to a function to avoid reassigning a variable or putting your whole code in try!

#BetterCode Every level of indention in your code can be moved to a separate function. Especially if you have an if without else you can use return in your function and avoid having any login in the if.

moein_tech's tweet image. #BetterCode Every level of indention in your code can be moved to a separate function. Especially if you have an if without else you can use return in your function and avoid having any login in the if.

Presenting at the noon poster session today!! So excited to share my project on using human computer interaction to help teams learn practices that make their code better. #ghc19 #teamcigna #bettercode #codereview

BrittDePoi's tweet image. Presenting at the noon poster session today!! So excited to share my project on using human computer interaction to help teams learn practices that make their code better. #ghc19 #teamcigna #bettercode #codereview

Guideline #10: Write Clean Code Why: Clean code is more Maintainable - Proactively search and remove code smells - Remove useless comments, commented code blocks & dead code - Refactor poorly handled exceptions, magic constants & poorly named units or variables #bettercode

BetterCodeHub's tweet image. Guideline #10: Write Clean Code 

Why: Clean code is more Maintainable

- Proactively search and remove code smells
- Remove useless comments, commented code blocks & dead code
- Refactor poorly handled exceptions, magic constants & poorly named units or variables

#bettercode

So, schnell noch “Schallschutz” für meinen .NET MAUI Vortrag auf der @bettercodeconf heute Nachmittag aufgebaut. Ich hoffe jetzt gibt es keine Probleme mehr mit zu viel Hall 😁 #dotnetmaui #betterCode

codemurai's tweet image. So, schnell noch “Schallschutz” für meinen .NET MAUI Vortrag auf der @bettercodeconf heute Nachmittag aufgebaut. Ich hoffe jetzt gibt es keine Probleme mehr mit zu viel Hall 😁 #dotnetmaui #betterCode

Ich habe gerade laut gelacht. 😂 (aus: Passing/Jander, Weniger schlecht programmieren, Heidelberg 2013, S. 20). #bettercode #coding #hobby #Urlaubslektüre

jan_f_orth's tweet image. Ich habe gerade laut gelacht. 😂 (aus: Passing/Jander, Weniger schlecht programmieren, Heidelberg 2013, S. 20). #bettercode #coding #hobby #Urlaubslektüre

In his keynote at #FnConf19 Aaron Hsu explored the problems associated with code bloat and demonstrated the speed of the APL compiler he created. #APL #BetterCode #FunctionalProgramming

FnConf's tweet image. In his keynote at #FnConf19 Aaron Hsu explored the problems associated with code bloat and demonstrated the speed of the APL compiler he created. 
#APL #BetterCode #FunctionalProgramming
FnConf's tweet image. In his keynote at #FnConf19 Aaron Hsu explored the problems associated with code bloat and demonstrated the speed of the APL compiler he created. 
#APL #BetterCode #FunctionalProgramming
FnConf's tweet image. In his keynote at #FnConf19 Aaron Hsu explored the problems associated with code bloat and demonstrated the speed of the APL compiler he created. 
#APL #BetterCode #FunctionalProgramming
FnConf's tweet image. In his keynote at #FnConf19 Aaron Hsu explored the problems associated with code bloat and demonstrated the speed of the APL compiler he created. 
#APL #BetterCode #FunctionalProgramming

Am 27.04. erklärt @dk_1977 auf der #betterCode() API, wie man mit gutem Design bessere und erfolgreiche APIs baut und damit Kunden begeistert: cclnk.de/3Bycd6g #api #apiexperience

codecentric's tweet image. Am 27.04. erklärt @dk_1977 auf der #betterCode() API, wie man mit gutem Design bessere und erfolgreiche APIs baut und damit Kunden begeistert: cclnk.de/3Bycd6g 
#api #apiexperience

Become a friend of the thing that disrupts your plan. — Jordan Peterson #GoldenRepair #Kintsukuroi #BetterCode #AppCraft SmallCo.co


Check out this video of Aaron Hsu at #FnConf19. confng.in/4e7TKb-4 Like it? Sign up for 2020 conference alerts. #BetterCode #APL #Beginner #FP #FunctionalProgramming

FnConf's tweet image. Check out this video of Aaron Hsu at #FnConf19. confng.in/4e7TKb-4
Like it? Sign up for 2020 conference alerts.

#BetterCode #APL #Beginner #FP #FunctionalProgramming

Dunedin startup @codelingoapp and Jesse Meek are helping the world solve a multi-billion-dollar problem: waste and rework when writing software code! #SaaS #bettercode callaghaninnovation.govt.nz/success-storie…

callaghannz's tweet image. Dunedin startup @codelingoapp and Jesse Meek are helping the world solve a multi-billion-dollar problem: waste and rework when writing software code! #SaaS #bettercode callaghaninnovation.govt.nz/success-storie…

Auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop 📊Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉 kurzelinks.de/nefp

embarced's tweet image. Auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop 📊Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉
kurzelinks.de/nefp

Bad : var i; for (i = 0; i < arr.length; i++) {} Better Code : var i; var l = arr.length; for (i = 0; i < l; i++) { } #100DaysOfCode #javascript #BetterCode


Unlocking the Code to Success: How Continuous Improvement Drives Better Code and Better Results . . Download DevBytes App for the latest news and more tech-related content #ContinuousImprovement #CodeRefinement #BetterCode #CodeOptimization #ProgressiveDevelopment #Software

DevBytesApp's tweet image. Unlocking the Code to Success: How Continuous Improvement Drives Better Code and Better Results
.
.
Download DevBytes App for the latest news and more tech-related content

#ContinuousImprovement #CodeRefinement #BetterCode #CodeOptimization #ProgressiveDevelopment #Software
DevBytesApp's tweet image. Unlocking the Code to Success: How Continuous Improvement Drives Better Code and Better Results
.
.
Download DevBytes App for the latest news and more tech-related content

#ContinuousImprovement #CodeRefinement #BetterCode #CodeOptimization #ProgressiveDevelopment #Software
DevBytesApp's tweet image. Unlocking the Code to Success: How Continuous Improvement Drives Better Code and Better Results
.
.
Download DevBytes App for the latest news and more tech-related content

#ContinuousImprovement #CodeRefinement #BetterCode #CodeOptimization #ProgressiveDevelopment #Software
DevBytesApp's tweet image. Unlocking the Code to Success: How Continuous Improvement Drives Better Code and Better Results
.
.
Download DevBytes App for the latest news and more tech-related content

#ContinuousImprovement #CodeRefinement #BetterCode #CodeOptimization #ProgressiveDevelopment #Software

Let's dispel a misconception. 100% test coverage does not make 100% bug free code, however it does make 100% deterministic code, which is arguably more valuable. #unittests #coverage #bettercode


🚨 Why 80% of prod incidents are self-inflicted: Lack of rigorous testing and hasty deployments! 🛠️🔍 Let's learn from our mistakes and ensure robust checks. Reply with your worst outage story—we've all been there! #DevLife #BetterCode


Navigate quality assurance with ease. SunriseQA leads the way! 🌍 #SunriseQA #QAInnovation #BetterCode

SunriseQA's tweet image. Navigate quality assurance with ease. SunriseQA leads the way! 🌍 #SunriseQA #QAInnovation #BetterCode

Shortcut key number #7 of VS code: 🧩 Extensions: Use Ctrl + Shift + X to find new #VSCode extensions. Nearly everything has an extension! 🔍 #BetterCode #DevTools


Sending positive vibes to all the attendees at betterCode() Spring 2024! Keep the momentum going and make the most of this amazing opportunity from @bettercodeconf. #bettercode #Java!


Have a great first day at betterCode() API 2024! Learn about #API and #GraphQL - and shoutout to @bettercodeconf! #bettercode


@harleyf may we create a tv series on @shopify and bettering technology internationally? Focused on my responsibilities, however the world must know the world of @burtonsnowboard #bettercode #javascript #other #socialgoods


Finland leads as the happiest place to live, seven times in a row! 🇫🇮 It's not about the money, but the quality of life and community. Let's explore what makes them stand out. #HappinessIndex #BetterCode

AlexaLyn___'s tweet image. Finland leads as the happiest place to live, seven times in a row! 🇫🇮 It&apos;s not about the money, but the quality of life and community. Let&apos;s explore what makes them stand out. #HappinessIndex #BetterCode

Sending our best to all participants of betterCode() Clean Architecture 2024! We hope you have an amazing time networking and learning from the experts. A big shoutout to @bettercodeconf. Share highlights using #API. #bettercode.


So, schnell noch “Schallschutz” für meinen .NET MAUI Vortrag auf der @bettercodeconf heute Nachmittag aufgebaut. Ich hoffe jetzt gibt es keine Probleme mehr mit zu viel Hall 😁 #dotnetmaui #betterCode

codemurai's tweet image. So, schnell noch “Schallschutz” für meinen .NET MAUI Vortrag auf der @bettercodeconf heute Nachmittag aufgebaut. Ich hoffe jetzt gibt es keine Probleme mehr mit zu viel Hall 😁 #dotnetmaui #betterCode

By using AI coding tools, developers can save time, improve the quality of their code, and stay ahead of the competition. 🤝 #AICodingTools #Developers #BetterCode tinyurl.com/yrufutox


Heute auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉 kurzelinks.de/nefp

embarced's tweet image. Heute auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉
kurzelinks.de/nefp

Presenting at the noon poster session today!! So excited to share my project on using human computer interaction to help teams learn practices that make their code better. #ghc19 #teamcigna #bettercode #codereview

BrittDePoi's tweet image. Presenting at the noon poster session today!! So excited to share my project on using human computer interaction to help teams learn practices that make their code better. #ghc19 #teamcigna #bettercode #codereview

#BetterCode Decouple yourself from external data!

moein_tech's tweet image. #BetterCode Decouple yourself from external data!

#BetterCode Move the try-catch to a function to avoid reassigning a variable or putting your whole code in try!

moein_tech's tweet image. #BetterCode Move the try-catch to a function to avoid reassigning a variable or putting your whole code in try!

Auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop 📊Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉 kurzelinks.de/nefp

embarced's tweet image. Auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop 📊Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉
kurzelinks.de/nefp

#BetterCode If you need a different behavior from a service in different environments, try to use different classes instead of using if.

moein_tech's tweet image. #BetterCode If you need a different behavior from a service in different environments, try to use different classes instead of using if.

#BetterCode Every level of indention in your code can be moved to a separate function. Especially if you have an if without else you can use return in your function and avoid having any login in the if.

moein_tech's tweet image. #BetterCode Every level of indention in your code can be moved to a separate function. Especially if you have an if without else you can use return in your function and avoid having any login in the if.

Heute auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉 kurzelinks.de/nefp

embarced's tweet image. Heute auf der #bettercode erstellen @sippsack und @RalfDMueller in einem Online-Workshop Diagramme für eine effektive Architekturdokumentation und entwickeln dabei eine nützliche #Checkliste. 👉
kurzelinks.de/nefp

Happy Monday! From today I will start a series of tweets with tricks to have a #BetterCode The focus will be mainly on object-oriented languages. Here is the first one.

moein_tech's tweet image. Happy Monday!
From today I will start a series of tweets with tricks to have a #BetterCode 
The focus will be mainly on object-oriented languages.
Here is the first one.

Dunedin startup @codelingoapp and Jesse Meek are helping the world solve a multi-billion-dollar problem: waste and rework when writing software code! #SaaS #bettercode callaghaninnovation.govt.nz/success-storie…

callaghannz's tweet image. Dunedin startup @codelingoapp and Jesse Meek are helping the world solve a multi-billion-dollar problem: waste and rework when writing software code! #SaaS #bettercode callaghaninnovation.govt.nz/success-storie…

Am 27.04. erklärt @dk_1977 auf der #betterCode() API, wie man mit gutem Design bessere und erfolgreiche APIs baut und damit Kunden begeistert: cclnk.de/3Bycd6g #api #apiexperience

codecentric's tweet image. Am 27.04. erklärt @dk_1977 auf der #betterCode() API, wie man mit gutem Design bessere und erfolgreiche APIs baut und damit Kunden begeistert: cclnk.de/3Bycd6g 
#api #apiexperience

Become a friend of the thing that disrupts your plan. — Jordan Peterson #GoldenRepair #Kintsukuroi #BetterCode #AppCraft SmallCo.co


Loading...

Something went wrong.


Something went wrong.


United States Trends