Skip to content

PHP Cody Tutorial Exercise II

Alexander Miertsch edited this page Feb 8, 2021 · 5 revisions

Exercise I introduced the core functionality of Cody. You can model business logic on an event map using Event Storming semantics and generate source code from it. So far we only generated an empty class. But Cody offers much more than that! In Exercise II you'll learn how to use Card Metadata to define a schema and derive class properties from it.

Clone this wiki locally