pyiron / pyiron_nodes

Prototype node library for pyiron_workflows
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Git management #81

Open liamhuber opened 3 days ago

liamhuber commented 3 days ago

To continue with a mono-repo handling various node packages, I think we're going to need to agree on some conventions and norms in order to avoid chaos.

The situation that precipitated this was @ahmedabdelkawy's #79 PR, which, given the very precise name, I was shocked to see was over 600 lines in 16 files! The cause of this was simple -- #79 is actually just built on top of @JNmpi's dev_joerg_from_main branch. My solution here was to (a) open a draft PR #80 of @JNmpi's branch into main, and then (b) Retarget #79 on top of #80. @ahmedabdelkawy, @JNmpi, I hope you're both amenable to that.

FYI from a technical perspective:

Questions from a social perspective: