Quotessence
Home / Authors / Tim Woodruff

Tim Woodruff Quotes

Author

Filter quotes by topic

Famous Tim Woodruff Quotes

“At the risk of coming off as just very slightly negative: Flow Designer is the single greatest travesty ever visited upon humanity by itself.”

“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.”

“If you notice any errorrs, omisions, blundurs, missed steaks mistakes… keep that sh*t to yourself.”