This module lets you create a module without writing code.
Warning: this module requires PHP 5!
Based on the aspect oriented nature of Drupal, it adds functional/declarative way with strict typing to create modules.
Coolnesses of the declarative programming and strict typing:
- easy testing
- more secure
- less bugs (bugs based on type errors are not possible [eg.: you get null or false instead of something])
- every single bit is reusable
Other coolnesses: