YAGNI (You Aren't Gonna Need It)

 It's a statement that some capability we presume our software needs in the future should not be built now because "you aren't gonna need it".This pre assumption also causes a cost of delay. Hence we need not to pull in the lines of code that we don't use.

Comments