YAGNI

You aren't gonna need it

Do not add any functionality until it's deemed necessary; in other words, write the code which you need in the current situation.

Add your code logic for the present, don't think of what may be needed in the future.

Last updated