Howto:Coding a simple Nasal Framework: Difference between revisions

Line 9: Line 9:
* support stying and custom properties via configuration hashes
* support stying and custom properties via configuration hashes
* modular (use separate files for splitting things up)
* modular (use separate files for splitting things up)
* identify common building blocks that would satisfy all requirements for existing use-cases, and refactor/extract the corresponding code to generalize it


We'll be using the PFD/ND code as an example here, and won't be using any complicated techniques.
We'll be using the PFD/ND code as an example here, and won't be using any complicated techniques.