Tag: CWD
-
Expired packages
At several points in the Complete Web Developer course, deprecated packages have been used, with the slide before the video explaining what’s happening, and giving a work around, or sometimes – as is the case for the bit I’m just starting – exhorting the benefits of dropping you into a non-working mess and having you…
-
CWD – 185 – Problem solving
Line 10 When I’m looking at a function, I’d prefer not to also have to hold global state in my head – so I’m all for functional programming as far as that goes. I’m less concerned about side effects, so I wouldn’t always bother to copy a parameter like this, but the argument is stronger…
-
Step Ahead
I was a bit pleased with myself when I started the next content element in the Complete Web Developer course to find that one and a half of the extensions I’d made to the tutorial app for my own fun were specified as the next task. In my previous post, I’d talked about using a…