Navigating the Maze of Technical Documentation: Best Practices for Keeping Your Code Up-To-Date
#softwaredevelopment #softwaredocumentation #engineeringmanagement #technicaldocumentation #projectdocumentation #codequality #softwareengineering #onboarding
https://hackernoon.com/navigating-the-maze-of-technical-documentation-best-practices-for-keeping-your-code-up-to-date
#softwaredevelopment #softwaredocumentation #engineeringmanagement #technicaldocumentation #projectdocumentation #codequality #softwareengineering #onboarding
https://hackernoon.com/navigating-the-maze-of-technical-documentation-best-practices-for-keeping-your-code-up-to-date
Hackernoon
Navigating the Maze of Technical Documentation: Best Practices for Keeping Your Code Up-To-Date | HackerNoon
How to manage technical documentation effectively, avoid common pitfalls, and ensure that your knowledge base stays accurate and up-to-date in software developm
Writing and Selling Unit Tests: When You Need Them and When You Don't
#unittesting #productdevelopment #softwaredevelopment #softwaretesting #codequality #cleancode #codetesting #sellingunittests
https://hackernoon.com/writing-and-selling-unit-tests-when-you-need-them-and-when-you-dont
#unittesting #productdevelopment #softwaredevelopment #softwaretesting #codequality #cleancode #codetesting #sellingunittests
https://hackernoon.com/writing-and-selling-unit-tests-when-you-need-them-and-when-you-dont
Hackernoon
Writing and Selling Unit Tests: When You Need Them and When You Don't | HackerNoon
Unit tests help ensure your code works better and prevents bugs. However, that explanation sounds too abstract and impractical for real-world scenarios.
Code and the Art of Motorcycle Maintenance: Typical Rookie Faults
#codequality #architecture #programmingtips #dunningkrugereffect #cleancode #writinggoodcode #codemaintainability #hackernoontopstory
https://hackernoon.com/code-and-the-art-of-motorcycle-maintenance-typical-rookie-faults
#codequality #architecture #programmingtips #dunningkrugereffect #cleancode #writinggoodcode #codemaintainability #hackernoontopstory
https://hackernoon.com/code-and-the-art-of-motorcycle-maintenance-typical-rookie-faults
Hackernoon
Code and the Art of Motorcycle Maintenance: Typical Rookie Faults
With coding, just like with riding, you need to be responsible and conscious to stay in the saddle and double that to be a winner.
Code Smell 264 - Hanlon's Razor
#codequality #codesmells #cleancode #coderefactoring #javascriptdevelopment #hanlonsrazorincoding #overdefensiveprogramming #softwarecomplexity
https://hackernoon.com/code-smell-264-hanlons-razor
#codequality #codesmells #cleancode #coderefactoring #javascriptdevelopment #hanlonsrazorincoding #overdefensiveprogramming #softwarecomplexity
https://hackernoon.com/code-smell-264-hanlons-razor
Hackernoon
Code Smell 264 - Hanlon's Razor
Overthinking and overdesigning your code can lead to unnecessary complexity. Learn how.
Code Smell 265 - Linguistic Confusion
#cleancode #codequality #codesmells #coderefactoring #namingconventions #codereadability #softwareengineering #learningtocode
https://hackernoon.com/code-smell-265-linguistic-confusion
#cleancode #codequality #codesmells #coderefactoring #namingconventions #codereadability #softwareengineering #learningtocode
https://hackernoon.com/code-smell-265-linguistic-confusion
Hackernoon
Code Smell 265 - Linguistic Confusion
Overcomplicating naming conventions in code can lead to confusion, bugs, and frustration. Here's how to make your code easier to read and maintain.
Dev Diary #2: Run Away from Nesting Functions in Your Code
#softwarearchitecture #cleancode #unittesting #nestingfunctions #codereadability #orchestratoractionspattern #simplifyingcomplexcode #codequality
https://hackernoon.com/dev-diary-2-run-away-from-nesting-functions-in-your-code
#softwarearchitecture #cleancode #unittesting #nestingfunctions #codereadability #orchestratoractionspattern #simplifyingcomplexcode #codequality
https://hackernoon.com/dev-diary-2-run-away-from-nesting-functions-in-your-code
Hackernoon
Dev Diary #2: Run Away from Nesting Functions in Your Code
Discover how the Orchestrator/Actions Pattern can simplify your codebase, making it easier to navigate, test, and maintain.
How to Setup SonarQube Locally Using Docker
#softwaredevelopment #codequality #cleancode #sonarqube #dockercompose #devops #docker #dockerguide
https://hackernoon.com/how-to-setup-sonarqube-locally-using-docker
#softwaredevelopment #codequality #cleancode #sonarqube #dockercompose #devops #docker #dockerguide
https://hackernoon.com/how-to-setup-sonarqube-locally-using-docker
Hackernoon
How to Setup SonarQube Locally Using Docker
I will explain how you can set up SonarQube locally with docker.
Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code
#golang #golangdevelopment #golangtutorial #codequality #rangeloops #whatarerangeloops #golangrange #complexloops
https://hackernoon.com/unlock-the-secrets-of-range-loops-how-element-evaluation-affects-your-go-code
#golang #golangdevelopment #golangtutorial #codequality #rangeloops #whatarerangeloops #golangrange #complexloops
https://hackernoon.com/unlock-the-secrets-of-range-loops-how-element-evaluation-affects-your-go-code
Hackernoon
Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code
Discover how Go's range loops work, common pitfalls to avoid, and tips for writing efficient, bug-free code. Elevate your Go programming skills today!
Better - An AI Powered Code Reviewer
#ai #githubactions #codereview #javascript #aicodereviewer #aiforcodequalitycontrol #codequality #hackernoontopstory
https://hackernoon.com/better-an-ai-powered-code-reviewer
#ai #githubactions #codereview #javascript #aicodereviewer #aiforcodequalitycontrol #codequality #hackernoontopstory
https://hackernoon.com/better-an-ai-powered-code-reviewer
Hackernoon
Better - An AI Powered Code Reviewer
Code reviews have always been crucial in maintaining a standard and emphasising on the best practices of code in a project. This is not a post about how..
Avoiding Software Bottlenecks: Understanding the 'God Object' Anti-Pattern
#godobjectantipattern #programming #programmingtips #oop #softwaredesign #godobject #codequality #refactoring
https://hackernoon.com/avoiding-software-bottlenecks-understanding-the-god-object-anti-pattern
#godobjectantipattern #programming #programmingtips #oop #softwaredesign #godobject #codequality #refactoring
https://hackernoon.com/avoiding-software-bottlenecks-understanding-the-god-object-anti-pattern
Hackernoon
Avoiding Software Bottlenecks: Understanding the 'God Object' Anti-Pattern
Avoid software bottlenecks by understanding the 'God Object' anti-pattern in object-oriented programming. Learn its impacts, examples, and best practices.