Mostly working in Java for a desktop type application that does geosciencey stuff...
Lots of reading of pre-existing code (an acquired codebase) to try and understand how stuff works.
Currently Hacking On
Personal project of a simple grapher of data sets imported form csv, nothing glamorous but it helps out a buddy of mine.
Available For
Absolutely not adverse to some out-of-hours project work...
Recent comments
The Difference Between Statements and Expressions
Thank you! Nicely written and well explained. I think the ...
Git [Script] Aliases That Could Be Helpful
:-) Glad to suggest and contribute.
Git [Script] Aliases That Could Be Helpful
gsh-d and gsh-p are the same, is gsh-p meant to be 'git sta...
Git [Script] Aliases That Could Be Helpful
I like the gs and gd alias, as I would use those a lot. On...
How do you approach working with juniors working their first professional programming job?
I write this from the perspective of having been the junior...
How do you like to unit test your code?
Thanks! Mocking stuff can be a real pain and takes a lot of...
How do you like to unit test your code?
It depends... It depends on whether it's a single class \ m...