#programming
Read more stories on Hashnode
Articles with this tag
What is refactoring? Refactoring is the process of improving the design of existing code without changing its functionality. As software developers,...
What is the Pareto Principle? The Pareto Principle, also known as the 80/20 rule, is a powerful tool that can be used to improve efficiency and...
What is Test-Driven Development? Test-Driven Development (TDD) is a software development process that relies on the repetition of a very short...
What are cognitive biases? Cognitive biases are mental errors that we all make in our everyday lives. They’re the little shortcuts our brain takes to...
What is recursion in programming? In computing, recursion is a method where the solution to a problem is found by breaking it down into smaller...