Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gargron/colorless-old

theColorless.net archive codebase
https://github.com/gargron/colorless-old

Last synced: 8 days ago
JSON representation

theColorless.net archive codebase

Awesome Lists containing this project

README

        

Ye Olde Colorless Codebase
--------------------------

**Warning: Do not use. Contains bad practices**

This is the second big iteration of the code of theColorless.net (the first one being written from scratch without using any frameworks). This one is using a (dated) version of the CodeIgniter framework. It is published merely for history and curiousity, and should not be used as an example, as this is generally pretty bad code.

The main felonies of this codebase are:

* No clear separation of data storage and application logic
* Wrong usage of OOP principles - models do not represent objects
* Bad usage of the MVC pattern - no good model-controller logic separation
* Unorganized views

### License

Released under the GPL license.