180 reputation
4
bio website itblame.blogspot.com
location
age
visits member for 9 months
seen Mar 23 at 12:56
stats profile views 3

Oct
15
awarded  Critic
Sep
27
comment Why does Java have a “bad rap”
I mostly work with Java. I'm extremely amazed on how terrible programs people can write in Java. So there is no need for a low level language to produce high level of bad software.
Sep
20
comment Best accounting software for freelance/contractor programmer?
@Mike Brown: first i was about the argue, then i checked the faq and your are right: "freelancing and business concerns". Up.
Sep
17
answered Making two images move at different speeds in Java?
Sep
4
comment Continuous integration (with iOS and Android projects)
@gnat : well i think jenkins is a fork of Hudson. I think hudson is still out there: hudson-ci.org managed by Oracle. Jenkins is a very good fork which to most people migrated. Sorry if i'm wrong...
Aug
18
comment Catching up other languages with Java background. Which one though?
We can say i'm in the same shoes. I'm about to get my hands on this book: amazon.com/The-Well-Grounded-Java-Developer-programming/dp/…;. This is not a spam. This covers languages which are already working on top of JVM.
Aug
17
comment Pair programming remotely with Visual Studio?
We've used TeamViewer for sharing desktops with Skype for audio for years for the very same purpose. 99% of problems were caused by Skype. I think it can even share multiple desktops. Can't recall.
Aug
16
awarded  Supporter
Aug
15
answered A place for putting code samples in projects
Aug
15
comment Sporadic unittests or TDD?
For me it is hard (as i said i might not be pragmattic enough) because there is no supporting force or urge. I like to be forced (or encouraged) to write good code. Also to your question, it less likely that my future change would break a business functionality as my tests will fail. It requires some time to alter the tests every now and then. But in my experience still less than when you have to figure out what a variable value was after a production error.
Aug
15
awarded  Editor
Aug
15
revised Sporadic unittests or TDD?
deleted 82 characters in body
Aug
13
answered Sporadic unittests or TDD?
Aug
3
awarded  Teacher
Aug
3
answered Should we ever delete data in a database?