Starting a project

The following page contains an introduction to a README file,a WIREFRAME, and to GIT BRANCH.

GitHub README for Scientist, a Ruby library for refactoring critical paths, showing the 'How do I science?' section with explanation of testing refactored code under load

What is a README file

A README file can be added to the repository to tell other people why the project is useful, what they can do with the project, and how they can use it...

Read more
Wireframe mockup of a product page for a cushy fleece hoodie with image gallery, size selector, and add-to-cart button

What is a WIREFRAME

A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish...

Read more
Diagram titled ‘GIT Branch and its Operations’ showing master and two feature branches with colored nodes and commits, plus a git logo

What is a GIT BRANCH

Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request...

Read more