https://github.com/dacap/wrap-all-the-crap
Simple rules to write better software, the bad news is that you cannot break the loop
https://github.com/dacap/wrap-all-the-crap
Last synced: 5 months ago
JSON representation
Simple rules to write better software, the bad news is that you cannot break the loop
- Host: GitHub
- URL: https://github.com/dacap/wrap-all-the-crap
- Owner: dacap
- Created: 2019-07-26T03:28:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T03:30:01.000Z (almost 7 years ago)
- Last Synced: 2025-10-12T12:55:43.900Z (8 months ago)
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
----------------------------------------------------------------------
Wrap All The Crap
Manifesto
(Aug 19, 2017)
----------------------------------------------------------------------
Software sucks, but we can improve it. And the only way to improve
this world is wrapping it with a better layer. Our ideals are:
1. We need to go back to simpler software, wrapping all the crappy
stuff.
2. We need better ways to learn and teach current technologies to our
children. Wrap the details, those will be replaced later.
3. We need better tools and APIs to create software. Create wrappers
around current libraries and create better tools.
4. If you use an API, wrap it, create your own, improve it, publish
it.
5. After you wrap the crap, replace the lower layer or remove it
completely.
6. Start again, but with our own layer, which is a crap too.
----------------------------------------------------------------------