Sunday, February 7, 2016

Software Development Insights: Why hard-coding numbers is a Bad Idea

Ever written something like this?

int count = 2;
int count2 = 4;
int count3 = 6;

Watch this stunningly insightful video (sarcasm) to find out why this is a Bad Idea.


No comments:

Post a Comment