You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often during development I find myself adding a lot of IO.inspect everywhere to understand what the type checker is doing, and removing them again. Maybe it would be good to add a debug mode, possibly by using the elixir logger. It could log on :info or :debug level and add a short comment to every function call.
The text was updated successfully, but these errors were encountered:
Often during development I find myself adding a lot of IO.inspect everywhere to understand what the type checker is doing, and removing them again. Maybe it would be good to add a debug mode, possibly by using the elixir logger. It could log on
:info
or:debug
level and add a short comment to every function call.The text was updated successfully, but these errors were encountered: