jen
04/30/2020, 6:31 PMstalbert
04/30/2020, 7:04 PMwhile
and for
🙂jen
05/01/2020, 5:28 PMstalbert
05/01/2020, 5:43 PMwhile
or for
loops any more (to reduce my mistakes)jen
05/04/2020, 3:45 PMstalbert
05/04/2020, 4:51 PMstalbert
05/04/2020, 5:05 PMlodash
and similar libs. For search results I do the same thing but make them compatible with libraries like immutablejs
. The functions available on lodash and/or immutable better describe WHAT you're trying to do, and have established semantics. So not only do I get the benefit of not making mistakes writing loops, but my code is more undertandable to others that might read it down the road (because its using well established names from popular, well documented libraries rather than reinventing the wheel)jen
05/04/2020, 10:57 PMjen
05/04/2020, 10:57 PMstalbert
05/04/2020, 11:11 PM