Giter VIP home page Giter VIP logo

clean-code's Introduction

Clean Code

Screencasts from the Clean Code series.

Getting Started

Clone the repo. Switch to the branch with a corresponding screen cast:

  • testable-html - Testable Html. This is the first of three screencasts for Clean Code Episode 3: Functions. The focus in this cast is on small functions and refactoring technique.
  • prime-generator - Prime Generator. In this screencast, Uncle Bob refactors the famous Prime Number Generator from Donald Knuth's landmark book, Literate Programming. This screencast focuses on finding multiple classes buried within single, long functions.
  • video-store - Video Store. This is the famous "Video Store" example from Martin Fowler's book, Refactoring. In this screencast, Uncle Bob takes it apart one step at a time. In the end, he will transform this code from a single large function in a group of otherwise empty classes, into a nicely partitioned object oriented design.
  • stack - Stack. In this screencast, Uncle Bob performs the famous Stack kata, developing a simple Stack data structure driven by tests.
  • lychrel - Lychrel. It's been said that it's impossible to test drive an algorithm to generate Lychrel numbers. Well then, this screen cast is an attempt to achieve the impossible.
  • bowling - Bowling Game. Uncle Bob walks through the famous example of The Bowling Game. In this example, Uncle Bob uses the three laws and the Red-Green-Refactor cycle to implement the algorithm for scoring games of ten-pin bowling.
  • advanced-tdd - Advanced TDD. In this episode Uncle Bob does a deep dive into the three laws of TDD with lots of code examples.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.