MVC (Model-View-Controller) is a design pattern that separates an application into three interconnected components, facilitating modular development and maintainability. While MVC is widely used in ...
I get the feeling that using a custom enum implementation (FdEnum) was a bit much, and while there are some benefits there like the ability to populate dropdowns and perform lookups, it makes managing ...
This project is inspired on the presentation by Ryan Hipple. I added my own flair to it by adding simple property drawers and extendability for custom and complex variables. Feedback is welcome. This ...