Green coding practices

In recent years, the impact of technology on the environment has become a growing concern. The rapid growth of digital technology has led to increased energy consumption and carbon emissions, which contribute to climate change. As software developers, we have a responsibility to take action and implement green coding practices that reduce the environmental impact of technology. Green coding practices refer to the use of software development and operations techniques that promote energy efficiency and reduce the environmental impact of technology operations....

May 3, 2023 · 3 min

Do you tolerate duplicate code ?

One of the stems in achieving code quality is to avoid duplication in the source code. There are no best practices in this area and some practices proven in some contexts, may not be good for others. Duplication in code causes the program to have more lines of unnecessary code. Bigger is not always better when it comes to software. Clean code practices do not have to be an expensive or a major undertaking....

January 15, 2019 · 5 min