https://github.com/sixoverground/programmers-manifesto
The Programmer's Manifesto
https://github.com/sixoverground/programmers-manifesto
Last synced: 2 months ago
JSON representation
The Programmer's Manifesto
- Host: GitHub
- URL: https://github.com/sixoverground/programmers-manifesto
- Owner: sixoverground
- License: mit
- Created: 2016-12-21T15:11:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T16:22:25.000Z (over 8 years ago)
- Last Synced: 2025-01-21T14:15:14.380Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Programmer's Manifesto
*Our philosophy on programming at Six Overground*
## The best programming language is the one which gets to market first, without sacrificing user experience.
## Done is better than perfect, if all functional requirements are met.
## Always write legible, modular, performant code.
## Know design, respect design, and adhere to the project design.
## Don't reinvent the wheel.
## Never copy and paste code unless how and why it works is fully understood.