To see if routines are being used, do a search within this repository and within your own scripts for the name of the routine. If it's not being used, move it to the deprecated folder.
I think we can be more aggressive with this than we would usually be with code changes. If someone's code breaks because a routine can't be found, it's a simple task to add in the deprecated path and see if the routine is there. If so, that person could move it back to the main folder.
Let's use pull requests to do this, but the rule will be that if nobody opposes the move within one week, the requestor can just merge it.
@somusset @pymilo @jtvievering @athrayspanchap
To see if routines are being used, do a search within this repository and within your own scripts for the name of the routine. If it's not being used, move it to the deprecated folder.
I think we can be more aggressive with this than we would usually be with code changes. If someone's code breaks because a routine can't be found, it's a simple task to add in the deprecated path and see if the routine is there. If so, that person could move it back to the main folder.
Let's use pull requests to do this, but the rule will be that if nobody opposes the move within one week, the requestor can just merge it.
@somusset @pymilo @jtvievering @athrayspanchap