Don’t Fucking Repeat Yourself

Posted in: Development, Codeigniter at Jul 28th, 2010

Too many times people write the same code over and over again. How many controllers do you have that share some functionality yet have these features defined in every controller instead of a base controller? I wrote this article because repeating yourself is simply bad. It isn’t a very in-depth article but it does cover the general concept of DRY in Codeigniter.

Read More »