Came across a very interesting difference between traditional C style libraries (e.g. stdio.h, string.h) and Java style frameworks (e.g. Struts, JUnit).
Java style frameworks work the other way around. In java style frameworks, the framework does the driving and expects your code to be plugged into the framework.
No comments:
Post a Comment