排序
Functional Enums in Java
Functional Enums in Java,A rehash of my GitHub.io post._ Introduction The largest personal project I am currently undertaking, is that of an emulator (EmuRox). The main goal was to...
Live Coding Learnings – June 20, 2019
Live Coding Learnings - June 20, 2019, Live Coding Lessons Learned (4 Part Series) 1 Live Coding Learnings - June 18, 2019 2 Live Coding Learnings - June 19, 2019 3 Live Coding Lea...
Live Coding Learnings – June 19, 2019
Live Coding Learnings - June 19, 2019, Live Coding Lessons Learned (4 Part Series) 1 Live Coding Learnings - June 18, 2019 2 Live Coding Learnings - June 19, 2019 3 Live Coding Lea...
A very simple Test Driven Development Tutorial
A very simple Test Driven Development Tutorial, Thoughts on TDD (2 Part Series) 1 A very simple Test Driven Development Tutorial 2 Tests and Requirements Now I'm addicted with Test...
Controlling the Time in Java
Controlling the Time in Java,Time is a tricky thing, it’s always changing. Having such moving parts into the codebase can be very annoying when testing, for instance. In this arti...