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
Add some sort of header comment in each file that briefly describes what each file does
For Python this can and should be the script docstring (before imports, after shebang if any):
#!/usr/bin/env python3 """What this script does"""importmylibraryasml
Given the lack of progress on #48, I think we are overdue for a cleanup of the pipelines directory.
We should
This should be done in concert with #235
The text was updated successfully, but these errors were encountered: