Speaker
✓ Workshop Tag gratis
✓ Arduino oder Echo Dot for free
✓ Bis zu 690 € sparen
Jetzt anmelden
✓ See you in 2023
✓ Wir sehen uns in 2023
Infos
12:00 - 12:45
Description
Getter methods retrieve state, while setter methods change state. We all know that. HTTP GET requests retrieve state, while HTTP POST requests change state. We all know that. Then why have we built so many applications with a single object model, blatantly ignoring this separation? Turns out that creating separate models for queries and commands makes a lot of sense. But how can we introduce this concept into legacy applications?