These notes are used to drill down into the most optimal Software Design and Architecture
1. Designing a Complex form
- I consider it to be a good idea to incorporate Tables into a form, this allows you to do styling responsively.
For example, you have the code below:
<form>
<table>
//This works very well because you can combine the intricate of forms and tables into your Form design.
</table>
</form>
2. Watch the Clean Architecture Video by Steve Smith