qdev-dk / qdev-wrappers

Other
11 stars 26 forks source link

restructure #154

Open nataliejpg opened 5 years ago

nataliejpg commented 5 years ago

How do people feel about restructuring the repository? I know that this by default is pretty annoying but I think it would be a lot easier to use and save a lot of headache later. My ideas are

@jenshnielsen @WilliamHPNielsen @ThorvaldLarsen

ThorvaldLarsen commented 5 years ago

this sounds good to me. Only thing that confuses me is:

a folder for customised_parameters where customised parameters live, the argument against this is that they might be very specific and only work with a particular (customised) instruments and might be better grouped with them

How come customized parameters are not living inside the extended instrument driver? Seems a bit excessive to separate out into a new folder.

nataliejpg commented 5 years ago

@ThorvaldLarsen I think that is the other natural place for them. This would work well for those of them that are very instrument specific and can then live in the same folder as the instruments they are attached to but some customised parameters will be quite general and might be useful across instruments. Having a customised_parameters folder would make more sense for these ones (but less sense for the instrument specific ones). It seems unlikely to me to find something that suits both of these cases very well. What do you think?