Jie
Jie
I don't have much experience with long term maintenance of dependencies, but in principle I don't have an issue with asking dependabot to update things. If all tests pass, that...
How do we evaluate test coverage?
Yes, please add tests so we can see the behavior difference. Ideally those would be tests that initially fail before making changes to the code.
You don't need to roll back anything, you can take it from this point on. The tests are great and should stay, the changes in `check_wrong_order` can stay as well...
@Teilzeitdenker do you mind if I take this PR over? If you don't, I'll jump in in a couple o days.
Closing in favor of #342
How about adding checks for `IO.inspect` and `IO.puts`?
Good point. I once had a weird process-related bug that depended on a `IO.puts("")` to work, I still submitted that to ask a mentor.
~~How about adding informational checks about using `@spec` for non-private functions? And maybe `@moduledoc`? This may be too preachy :)~~ EDIT: I'm an idiot, those already exist.
> > We could create a mix format microservice (picoservice?) which accepts a chunk of code and "formats it" and returns it to the editor :P > > That would...