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 instructions for adding the code to a project lib module.
While it is possible to move the code to a central repo, the logic is simple enough to repeat everywhere without a dependency. Also there would be breaks on all projects unless I controlled versions. They can also easily be modified in each project such as logging or additional arguments, without issue.
The text was updated successfully, but these errors were encountered:
Using Python code like handling JSON or CSVs and add to this project.
os.path.exists(path)
Add instructions for adding the code to a project lib module.
While it is possible to move the code to a central repo, the logic is simple enough to repeat everywhere without a dependency. Also there would be breaks on all projects unless I controlled versions. They can also easily be modified in each project such as logging or additional arguments, without issue.
The text was updated successfully, but these errors were encountered: