https://github.com/howardroark/coders-catechism
An open adaptation of Heilmeier's Catechism for building successful open-source projects.
https://github.com/howardroark/coders-catechism
Last synced: about 2 months ago
JSON representation
An open adaptation of Heilmeier's Catechism for building successful open-source projects.
- Host: GitHub
- URL: https://github.com/howardroark/coders-catechism
- Owner: howardroark
- License: unlicense
- Created: 2014-08-20T16:17:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T23:14:37.000Z (over 10 years ago)
- Last Synced: 2025-01-14T18:05:48.160Z (3 months ago)
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Coder's Catechism
The Coder's Catechism is inspired by
[Heilmeier's Catechism](http://en.wikipedia.org/wiki/George_H._Heilmeier#Heilmeier.27s_Catechism).
Heilmeier's Catechism is a series of questions to be answered when proposing a
project. The questions are designed to answer the questions of possible
investors or organizational leadership.The Coder's Catechism is a distilled version of this concept. It is meant to
answer why the project may aid another coder in their own endeavours. This
catechim assumes that the project is a contribution to the open-source world
and aims to properly follow the
[Unix philosophy](http://en.wikipedia.org/wiki/Unix_philosophy).Firstly, the catechim asks that you explain what it is that the project is
attempting to do. The core of the concept assumes that new projects must be
built upon previous ideas in order to be thoroughly understood. It also assumes
that there should to be an immediate demand for the implementation. Finally,
there should be a solid vision of the future of the project. In effect if you
can explain what the project is and offer context to its role when related to
the past, present and future it should make sense.### What exactly is this project attempting to accompish?
### What pre-existing ideas does this project build upon?
### What immediate benefits can this project offer today?
### What impacts could this project have down the road?