Ruby Tuesday: Debugging
When I was a freshman at Duke, coding away in Teer basement, I would often hear disgruntled engineers shout: “Damn, I’ve got 300 syntax …
Practical frameworks on technical communication, product development, and building a career you’re proud of.
When I was a freshman at Duke, coding away in Teer basement, I would often hear disgruntled engineers shout: “Damn, I’ve got 300 syntax …
Fixing bugs is a good way to learn a new code base. You often go through the procedure of understanding the high level software …
I often face the following exception in Hibernate not on my local developer machine, but in production across several servers: java.lang.ClassCastException: mint.hibernate.MathCourse$$EnhancerByCGLIB$$ed898f0d This happens …