Returns a function which will capture and collect all invocation arguments, to process in batches
once ms consecutive resting time has passed.
Know a more common name for this function? Let me know in this discussion.
Returns a function which will capture and collect all invocation arguments, to process in batches
once ms consecutive resting time has passed.
Know a more common name for this function? Let me know in this discussion.
| /** | |
| * Tier 1 – Dotted | |
| */ | |
| * { outline: 2px dotted purple; } | |
| * * { outline: 2px dotted blue; } | |
| * * * { outline: 2px dotted green; } | |
| * * * * { outline: 2px dotted yellow; } | |
| * * * * * { outline: 2px dotted orange; } | |
| * * * * * * { outline: 2px dotted red; } |
| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
| // and then it quickly escalated into more and more evil suggestions. | |
| // I've tried to capture interesting suggestions here. | |
| // | |
| // Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
| // @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |