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
I recommend that the documented node names not end in ".py". The fact that they are written in Python is an implementation detail. Users should not care.
That change (if accepted) should be made with "tick-tock" backwards compatibility. For one release we would support the old names, issuing a deprecation warning if they are invoked. In the following release the old names would be removed.
Make modules in src/ with code common to the various nodes.
Move the nodes themselves into scripts/ (standard location). Each one should just import and then invoke an appropriate module function.
The text was updated successfully, but these errors were encountered: