00:11:23 Daniel Iser: name space scope creep 00:12:04 Daniel Iser: name space conflict probably better terminology 00:41:49 Daniel Iser: you can still assign functions/vars globally from inside functions/iife 00:42:03 Daniel Iser: window.customVar = 'var' 00:42:07 Daniel Iser: stating. 00:42:17 Daniel Iser: This lets you bleed something that needs to be publicly accessible. 00:45:47 Daniel Iser: can you elaborate ( { post } ) => { } 00:45:57 Daniel Iser: is that extracting post from a passed object? 00:46:04 Fabian Kägy: Correct 👍 00:46:17 Daniel Iser: Deconstructing rather. 00:46:33 Fabian Kägy: That way you are doing the object deconstructing tight where you take the props 00:46:51 Fabian Kägy: *right 00:54:28 Shannon MacMillan: do we also need to be stating ‘use strict’; ? 00:55:33 Shannon MacMillan: gotcha 01:04:19 Daniel Iser: I will probably reduce 2000 lines of code by replacing for loops lol 01:04:28 Daniel Iser: in just one plugin. 01:04:33 Milos Molovic: Thank's 01:05:41 Daniel Iser: just new words, same constructs 01:07:08 Shannon MacMillan: not yet but i think it’s imminent 01:08:04 Daniel Iser: Is that like video game nightmares, ie when you can't beat the level in your dream and just keep going in circles getting frustrated, pretty sure I've had coding nightmares similar as well.