Service Now Quotes

Quotes tagged as "service-now" Showing 1-6 of 6
Tim Woodruff
“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

Tim Woodruff
“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

Tim Woodruff
“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

Tim Woodruff
“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

Tim Woodruff
“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

Tim Woodruff
“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