Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gargron/colorless-old
- Owner: Gargron
- License: other
- Created: 2013-02-21T19:00:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T20:12:47.000Z (over 11 years ago)
- Last Synced: 2024-10-13T18:08:28.453Z (23 days ago)
- Language: PHP
- Size: 4.73 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.