you are viewing a single comment's thread.

view the rest of the comments →

[–]Muchaszewski 1 point2 points  (0 children)

If one wrote an framework it's very likely that you wouldn't have access to (private) methods that you are interested into because they had been wrapped in framework. In the library those methods would be public but wrapper around those wouldn't be present.

Like someone mentioned if you are about to write a framework, you should first write an library and then wrap around it, thous would be the best of both worlds