Here is my winter holiday project. Current scope and known issues are listed in readme, so thoughts and ideas on them are welcome ^_^
Here is my winter holiday project. Current scope and known issues are listed in readme, so thoughts and ideas on them are welcome ^_^
Vm is like a program that accepts instructions and returns result. In my case this program manages everything task related based on instructions. So you can combine instructions to program behaviour you need. Why ? Alternative is todo apps with hardcoded features. With task vm you can have 4 crud primitives, while each task can have own behaviour
ELI4?