Day 5-6 of #100DaysOfCode - I want to like Go. I really do. But it has quirks that are really unintuitive. Ex. re: named return values on functions - for whatever reason arrays that fail to have items appended to them return []type(nil) instead of []type{}... why
Day 3-4 of #100DaysOfCode - Go is an interesting language, much like a cleaner JS. But I feel like its static typing is an ideal that the language tries very hard to find shortcuts around, almost as if it didn't even want to be statically typed.
Day 2 of #100DaysOfCode - started learning Go today, mostly messing around with install and config stuff, but the actual language strikes me a bit like JS
Day 30-31 of #100DaysOfCode - really starting to question the utility of OOP. Splitting up state across several files is a real exercise in managing complexity.
Day 29 of #100DaysOfCode - learned a neat problem with #javascript : `typeof null` returns an object! So I'm using `instanceof` or `[object].constructor.name` (minus the []) to use it in control flow.
@muulsh@quibbler@mbal6611@FrankDanconia6@engineers_feed I think those only work for single word passwords. An attacker wouldn't get positive feedback for getting the first word, so it wouldn't be able to leverage that into the rest.