Big O
We discussed Readability and Scalability are the two most important things to consider when writing code.
We discussed Readability and Scalability are the two most important things to consider when writing code.
In this section, I will share some tips on how to write clean OOP code. It is not a complete guide but it is a good start.
When project keeps growing, some functions may become too long and hard to read. Why and how do we improve it. The answer is to split it into smaller functions.
1. Write down the key points at the top (i.e. sorted array). Make having all the details. Show how organized you are. Better to have an example.
When we say good code, it usually means two things: