Ideas for improved coding practises

Code should become less cryptic

Sotware needs to function following directives that most frequently a digital team has planned and worked on. Mettings, designs, planning and testing are some of the steps that preceed the final software product that is created. The product is essentialy condensed information converted in code. Making it easier to read and understand is a characteristic that engineers should have in mind in order to be able to reduce that time needed to revisit and change funtionality.

Lets start making commenting a requirement

Modern IDEs should give the opportunity of adding functionality explanation and commenting an integral part, accompanying the program.

Code Reviews

Encourage code reviews within the team to share knowledge, identify potential issues, and improve overall code quality.

Documentation

Maintain clear and up-to-date documentation for the codebase, including API documentation and project setup instructions.