The Principle Behind It A basic principle of coding, that developers should try to adhere to, is the concept of D.R.Y(don’t repeat yourself). A tenet of the programming community is that if you can utilize less code, then do so but in an effective manner. …