Pinned Repositories
Boids
CardGame
A concurrency exercise designed to work through Bob Martin's concurrency chapter in Clean Code by playing a strange card game
CleanAlgorithms
A clean code, tdd driven approach towards developing some fundamental computer science algorithms
GameOfLife
An Implementation of Conway's Game of Life used to demo Clean Code and TDD
HungarianAlgorithm
Implementations of the hungarian algorithm for various programming languages
JavaHungarianAlgorithm
Hungarian algorithm for sparse systems, implemened in Java with TDD.
Mandelbrot
Sample implementations of Mandelbrot set calculations.
phx-softcrafties.github.io
Presentations
A repository for the presentations we've developed on the books we've covered
TicTacToe
An example of Nicholas Vaidyanathan's dirty old code, written in Spring 2008, before learning best practices. Viable target for refactoring and playing around with
Phoenix Software Craftsmanship meetup (Phx Softcrafties)'s Repositories
phx-softcrafties/HungarianAlgorithm
Implementations of the hungarian algorithm for various programming languages
phx-softcrafties/Boids
phx-softcrafties/CardGame
A concurrency exercise designed to work through Bob Martin's concurrency chapter in Clean Code by playing a strange card game
phx-softcrafties/GameOfLife
An Implementation of Conway's Game of Life used to demo Clean Code and TDD
phx-softcrafties/JavaHungarianAlgorithm
Hungarian algorithm for sparse systems, implemened in Java with TDD.
phx-softcrafties/Mandelbrot
Sample implementations of Mandelbrot set calculations.
phx-softcrafties/phx-softcrafties.github.io
phx-softcrafties/Presentations
A repository for the presentations we've developed on the books we've covered
phx-softcrafties/TicTacToe
An example of Nicholas Vaidyanathan's dirty old code, written in Spring 2008, before learning best practices. Viable target for refactoring and playing around with
phx-softcrafties/CleanAlgorithms
A clean code, tdd driven approach towards developing some fundamental computer science algorithms
phx-softcrafties/RedBlack