Coder Social home page Coder Social logo

php-uk-2023's Introduction

PHP UK 2023

Code for my TDD workshop at the PHP UK Conference 2023

Workshop 1: Stack - Abstract Data Type

Together we will implement a Stack (Last In, Last Out) to the Collection Interface.

Lab 1: Queue - Abstract Data Type

Individually or in pairs implement a Queue (First In, First Out) to the Collection Interface

Video

Lab 2: Driving License Number Generator (Test Double)

Implement a class that will generate a driving licence number for a LicenceApplicant. An applicant must be 17 or older to request a Licence number. The generate function should throw an InvalidDriverException.

A driving licence number must be 15 characters long. It should be made up of the following pieces of information

[applicate initial][applicant DOB (Format:DDMMYYYY)][RandomNumbers]

e.g

  • John Smith Smithson, Born 14/04/2000 would have a driving licence number of jss140420001111
  • John Smithson, Born 14/04/2000 would have a driving licence number of js1404200011111

Mockery Documentation

Lab III: Roman Numeral Converter

Implement a function that converts Arabic Number to Roman Numerals

The function should be able to convert any number between 1 and 4000 to a Roman Numeral

php-uk-2023's People

Contributors

braddle avatar

Stargazers

 avatar  avatar

Watchers

 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.