Pragmatic Programmer Issues

2007 - 09 Archive

Java Modules

The JSR 294 is about modularity. All of us know that we must write modular application. We know that modular is better to test, maintain, share knowledge and so on. So we introduce interfaces, protocols, we try also hide information so no one should use it. Everyone agree that encapsulation is good, every new language […]

Categories