Difference between revisions of "Talk:Mod:Cookbook"
From Roll20 Wiki
(Created page with "Brian: For the cookbook of underscore functions, I want to keep to a simpler style than I might normally write, and build up to complexity. That's why I have written less co...") |
Andreas J. (Talk | contribs) m (1223200 moved page Talk:API:Cookbook to Talk:Mod:Cookbook) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
For the cookbook of underscore functions, I want to keep to a simpler style than I might normally write, and build up to complexity. That's why I have written less complicated examples as well as used less formal language, for the most part. I just adjusted the examples to have a more distinct style between code and output (matching the output to what would be visible in the API Console). | For the cookbook of underscore functions, I want to keep to a simpler style than I might normally write, and build up to complexity. That's why I have written less complicated examples as well as used less formal language, for the most part. I just adjusted the examples to have a more distinct style between code and output (matching the output to what would be visible in the API Console). | ||
+ | |||
[[User:104025|104025]] ([[User talk:104025|talk]]) 11:46, 30 January 2015 (EST) | [[User:104025|104025]] ([[User talk:104025|talk]]) 11:46, 30 January 2015 (EST) | ||
+ | |||
+ | Underscore almost needs it's own section or a link to a tutorial web site. I've been developing software for over 20+ years and yes _JS is powerful, but I find myself constantly searching through Stack Overflow on how to do things because the official docs are so piss poor. | ||
+ | |||
+ | [[User:1638601|RyanNerd]] ([[User talk:1638601|talk]]) 23:52, 12 November 2016 (EST) |
Latest revision as of 09:08, 9 June 2024
Brian:
For the cookbook of underscore functions, I want to keep to a simpler style than I might normally write, and build up to complexity. That's why I have written less complicated examples as well as used less formal language, for the most part. I just adjusted the examples to have a more distinct style between code and output (matching the output to what would be visible in the API Console).
The Aaron (talk) 11:46, 30 January 2015 (EST)
Underscore almost needs it's own section or a link to a tutorial web site. I've been developing software for over 20+ years and yes _JS is powerful, but I find myself constantly searching through Stack Overflow on how to do things because the official docs are so piss poor.