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
So far I'm using reload a ton. For interactive packages that are not dependencies, it's very useful to quickly get the compiler feedback. Unless my applications have a lot of units, there won't be as much value from further ERT integrations.
Goto test for defun - find the defun body with the test and create a test definition if one doesn't exist. Faster TDD for quick unit-testable work
Run tests like CI in local /tmp sandbox
Run lints like CI (requires elint)
Updating the nix flake could be a useful routine to automate.
Any other ideas?
The text was updated successfully, but these errors were encountered:
So far I'm using reload a ton. For interactive packages that are not dependencies, it's very useful to quickly get the compiler feedback. Unless my applications have a lot of units, there won't be as much value from further ERT integrations.
Goto test for defun - find the defun body with the test and create a test definition if one doesn't exist. Faster TDD for quick unit-testable work
Run tests like CI in local /tmp sandbox
Run lints like CI (requires elint)
Updating the nix flake could be a useful routine to automate.
Any other ideas?
The text was updated successfully, but these errors were encountered: