Skip to content

opnsrce/one-hour-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneHourBuilds

The purpose of this repo is simple: explore new technologies by building whatever I can in an hour. Here's how it breaks down:

  1. Create a spec that is straight-forward and rock-solid that clearly defines the scope of the project.
  2. Set a timer, down some caffeine, and get started programming
  3. Finish the project (hopefully in an hour or less)
  4. Document the SLOC and the concepts covered by the application (e.g., submitting a form using ember.js)
  5. Document any issues that were encountered while coding (especially if the project went over one hour)

Requirements Document Template

[Title]
==============
The goal of this build project was learn more about the following concepts in 
[programming language, library, etc.,]:

* Individual list of different concepts to learn goes here.

Stats
------
  * **SLOC:** [Source Lines of Code]
  * **Dev Time:** [hh:mm:ss]

Requirements
------------
Detailed requirements go here. Make sure you include things like error messages 
that should be displayed, expected happy and negative path info 
(what happens when it works and what happens when something goes wrong). Write 
the requirements as if you were going to give them to another developer. 

Post Mortem
-----------
Here's where you write about what you learned from the build. You want to be as 
detailed as possible and include information about anything you found 
particularly interesting as well as areas where you struggled or got stuck. 
If the project took longer than you expected (especially if it went over an 
hour), include information about possible causes and how you might avoid the 
issue next time.

About

Things I built in under one hour.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages