Proposed Syllabus
Aug. 28th, 2013 03:12 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Moving cross-country in a truck = a lot of thinking time! This is very rough, and somewhat limited by my own point of view, so input and feedback is totally welcome!
General things (with some DW-specific notes)
-variable types (scalar, array, hash)
-data types (string, boolean, number)
-subs
-modules
-regex
-references
-debugging
-error-checking/exception catching
DW-specific beasts
-SQL
-html (tt, bml, widgets)
-workers
General things (with some DW-specific notes)
-variable types (scalar, array, hash)
-data types (string, boolean, number)
-subs
-modules
-regex
-references
-debugging
-error-checking/exception catching
DW-specific beasts
-SQL
-html (tt, bml, widgets)
-workers
no subject
Date: 2013-08-28 09:32 pm (UTC)Loops also need to be somewhere in there. I think 90% of everything I write is foreach loops.
Thank you for working on this!
no subject
Date: 2013-08-28 10:04 pm (UTC)....I thought I had conditionals on this and APPARENTLY NOT. You're totally right, though, those probably belong before subs.