June 24 2020 - Creating A Custom Grid
Again, following along with my modules on Udemy, faced with the task of creating a unit-sized grid on the Zodiac applet. Bonus points for setting up a “major” and “minor” gridline width that is fully customizable.
- learned the hard way about trusting “While” loops vs. using good ol’ For loops
- avoided some issues with the “|” (inclusive OR); namely, that it has some limitations on how many | can be chained together.
All in all, a decent day and another chunk of the module complete.
