@watzon want a code review?
Have you done fuzz testing?
Like are you writing code they’re going to run? Are you selling SaaS?
Anyone know if there’s a tool that can take a coverage profile and make a pretty HTML web UI?
nil error bug?
Is there a legitimate reason for new() existing in Go?
is there a way with reflection to tell that ShittyDurationWhy is actually a time.Duration?
And sometimes you have to consider the safety of the optimization. Is the potentially slower version of a library more robust?
Why maintain the overhead of switching between different repos?
Even if you have multiple languages in the same repo, who cares?
ignore the init, is this pattern something y'all have seen?
Do those commands work normally?
Does anyone know of a lint that enforces exported fields/funcs/types to have a godoc associated with them?
But why would you be splitting it into multiple repos? Just a single repo under different directories
If go wants to make reflection really fast it needs to have typing at runtime, right?
Is there a situation where you want a goroutine to check the error?
How you liking it there? I’ve considered joining before but stopped the application process
Anyone have some favorite linters that aren't enabled by defualt in golangcilint?
Or, just better yet, they're both in the same git repo?
Worth relying on it?