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
remove default parameter values, unless it really makes sense for such parameters to be optional
most functions should not accept both a configuration "branch" (e.g. /dev/CMSSW_7_6_0/HLT) and a specific version (e.g. /dev/CMSSW_7_6_0/HLT/V14). A single function should convert a branch to its latest version.
move all ConfDB v2 code in a single package (e.g. confdb_v2/)
remove the code duplication between exposed and converter