Skip to content

RubyRookies/12days.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12days of coding

Methodology

  • Build on strength - for speed, use familiar technology (for us, mostly Ruby on Rails)
  • Prepare - for new technologies (e.g. a Node app), do some advance reading/tinkering
  • DRY - Do not repeat yourself - look for gems wherever possible
  • Best practices - we will use TDD; red-green-refactor; frequent commits
  • Pragmatism - product should work; function over form (i.e. it doesn’t need to be pretty)
  • Modularity - we will try to build templates we can reuse on subsequent days

How you can get involved

Do you like what you're reading? Try your own mini-rapid-project(s). Do it solo. Do it as a pair. What would you get out of a process like this? How would you structure your efforts? Write about it and send us a link to your post or project.

Robert Fletcher, whose open-source project Better Means, is an inspiration, and is our coach.

To directly make changes

  1. Fork the repo
  2. Add upstream $ git remote add upstream [email protected]:12days/12days.github.io.git
  3. Clone it with your username (clone the forked repo)
  4. Create a change branch $ git checkout -b my_changes
  5. Commit and push
  6. Create a new pull request

About

A 12-day experiment in building and shipping code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published