Giter Club home page Giter Club logo

supermarket's Introduction

tdp software craftsmanship workshop //

Kata01: Supermarket Pricing

intro - 5m

brief us stuff or should c1/tdp heavy stuff go here, 15 min?

overview - 5m

where we talk about supermarket pricing and some of the concerns that can be practiced with tdd describe kata - https://www.youtube.com/watch?v=auavC2MGnMU

system requirements - 10m

where we describe the system requirments for practicing the exercise

install an ide

https://www.eclipse.org/downloads/eclipse-packages/ https://www.jetbrains.com/idea/download/

github account

https://github.com/join?source=header-home

fork repo

or clone, or download zip if skipping travis/git https://github.com/automaticgiant/supermarketcraft

acceptance criteria - 5m

where we describe the initial requirements required to exercise the driver

base

line item (interface): unit price, unit(default: pkg), desc, qty enum: normal, nx, bogo, discount idk - something that we can do control interface so driver can run some transactions wiht it but cover some of the pricing options

feature 1: nx saleType - 10m

feature branch

write a test

watch it fail

write some code

make it pass satisfies subtotal 1 commit/merge

hook up travis - 2m

https://travis-ci.org/ talk about ci (don't forget to run tests, check pr automatically, don't build on broken code, history) talk about test coverage benefits (prevent brittle code, catch regressions, frees you to iterate, facilitates teamwork)

feature 2: bogo - 10m

feature branch

write a test

watch it fail

write some code

make it pass commit/merge

bad code

examples smells naming conventions

refactoring

links

supermarket's People

Contributors

automaticgiant avatar ghettimyun avatar

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.