5 ms·
Interesting. Any concrete examples of how it can be useful in a real-world project?
by rstacruz 15y ago
Interesting. Any concrete examples of how it can be useful in a real-world project?
- 75c84fb8 15y agoIt's a good way to break a view into logical sub-components, while still only exposing one overall view to the world. Really just a variation on data hiding and encapsulation.