5 ms·
I had a quick look at the code to see how it worked and I feel like I'm being daft; where is line 28 getting the variable `soup` from? https://github.com/trakB
by AlexSW 5y ago
I had a quick look at the code to see how it worked and I feel like I'm being daft; where is line 28 getting the variable `soup` from?
https://github.com/trakBan/spongebob-cli/blob/eac7eded094a483495ac855cebadf1e168ee5b78/spongebob-cli#L28 https://github.com/trakBan/spongebob-cli/blob/eac7eded094a48...
- bobowzki 5y agoIt's introduced into the global scope on line 82. Too me this seems a bit obfuscated.
- AlexSW 5y agoAh good spot, thanks! I'd agree with you there...
- wilj 5y agohttps://github.com/trakBan/spongebob-cli/blob/eac7eded094a483495ac855cebadf1e168ee5b78/spongebob-cli#L45 https://github.com/trakBan/spongebob-cli/blob/eac7eded094a48...
- AlexSW 5y agoThat's a local variable