Replies: 1 comment 1 reply
-
Let me address these one-by-one:
-- yes, at this this point it is probably a good idea to do this since it will simplify merging outside PR's. So such PR will be welcome. When/if this is PR is created lets keep it as reformat-only (ie no other code refactoring) to simplify merging.
-- While i do like to remove some of the commented out code (clearly this is overdue!), I however do not want all such commented code to be removed (i tried to relay on SC in the past and did not like that much, - doing Git archeology for an hour to recover few lines of code is not fun!)
-- sure, i will be open to impose such limit. However 100 is way too low these days (after all we all have wide screens now, not a tty with 80 chars). So how about ~200?
-- sorry but no on both counts
-- Not sure how this will simplify things but let's not revisit the old tabs-vs-spaces debate (i decided to stop participating in these ~25 years ago and feel much better now!). So let's focus on practicality: Binder is part of RosettaCommons Rosetta project which uses tabs so it will be best to use tabs here as well.
-- yes, this sounds like a good idea to me, - such PR would be welcome! Thanks, |
Beta Was this translation helpful? Give feedback.
-
To improve readability of the source code, I'd suggest the following:
Regarding code formatting:
clang-format -i
over all cpp and hpp files to restore compliance with the extant style file .clang-format.Regarding code structure:
If you agree with any or all of these, I would be available to carry the changes out and submit them through PRs.
Beta Was this translation helpful? Give feedback.
All reactions