Any ideas on what I should do that I absolutely should not do once i turn 30?
Any ideas on what I should do that I absolutely should not do once i turn 30?
Check for compilation cycles in CI. Compilation cycles slow down compilation/recompilation and can creep up over time without you being aware of it.
mix xref graph --format cycles --label compile-connected --fail-above 0
I highly recommend reading the xref docs
Check for compilation cycles in CI. Compilation cycles slow down compilation/recompilation and can creep up over time without you being aware of it.
mix xref graph --format cycles --label compile-connected --fail-above 0
I highly recommend reading the xref docs