Modular Design in Java

Описание к видео Modular Design in Java

Jason Gorman demonstrates the principles of good modular design.

Modules should:

Do one job
Hide their inner workings
Have swappable dependencies
Expose client-specific interfaces (language-specific)

Source code: https://github.com/jasongorman/java_m...

Комментарии

Информация по комментариям в разработке