Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.24 KB

Coding Katas

Taken from Laracasts and CodeWars

What and why

A collection of exercises to practice thinking like a programmer. Those from Laracasts were a nice place to start and the added challenge of getting those taken from codewars to function as part of the whole set up has helped develop understanding of PHPUnit.

How to Think Like a Programmer?

hmmm

  1. A Common Hack Used By All The Programmers To Build Problem-Solving Skill.
  2. Three Things To Keep In Mind While Building a Software. Look at the picture given below… ...
  3. Make it Work. When you encounter a problem the first step is to make it work. ...
  4. Make it Right. ...
  5. Make it Fast.

Special features of this collection

Each was done with a TDD approach before being refactored

Special features of this README file

Just wanted to play around with writing markdown a little. Let's hope all the fancy bits work first time and I won't need to do multiple commits! 😂

p.s. only the image broke cos I used the wrong url, fingers crossed for only two attempts 🤞