Skip to content

YAGNI

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.