ServiceNow Development Handbook - 4th Edition Quotes

Rate this book
Clear rating
ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices (The ServiceNow Development Handbook) ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices by Tim Woodruff
1 rating, 5.00 average rating, 0 reviews
Open Preview
ServiceNow Development Handbook - 4th Edition Quotes Showing 1-7 of 7
“Even in the unending abyss that seals eternity at both ends,
if your function could compile to run on stray vacuum energy
and, given an input, it once returned some particular string,
it should, given that input, return that string again.
> [object Object]”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“Fig. 1.06: Initializing a variable to a new object, using a constructor, and realizing I was 30 years old when I wrote the first edition of this book, oh my god I am so old where did the time and my youth go!?”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“Time dilation occurs at relativistic speeds, in the presence of intense gravitational fields, and while waiting for a webpage to load.”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“If your query returns a small number of rows but filters inefficiently, the database might still have to scan a large portion of the table and sort all those matching rows, which involves temporary memory, CPU, and often some significant amount of disk I/O - especially without an index on the field you're ordering by. Keep this in mind when considering whether to sort the results of your query using .orderBy() or .orderByDesc(), and be sure never to do so either willily, or nillily.”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“There will be cases where you try all the alternatives and can't find a better way to accomplish a business-critical change. This is okay! Just remember to document that you tried.”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“At the risk of coming off as just very slightly negative: Flow Designer is the single greatest travesty ever visited upon humanity by itself.”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices
“If you notice any errorrs, omisions, blundurs, missed steaks mistakes… keep that sh*t to yourself.”
Tim Woodruff, ServiceNow Development Handbook - 4th Edition: A compendium of ServiceNow "NOW" platform development and architecture pro-tips, guidelines, and best practices