Post #2733497
2025-02-04 15:17 UTC
Replies (2)
-
@waeiski@vis.social 2025-02-04 15:47
@williampietri@sfba.social @ngaylinn@tech.lgbt I agree. Code reviews are great for academic software that is going to be maintained and updated frequently, but for a selection of analysis scripts the purpose of which is to support transparency and reproducibility of a manuscript it might be overkill. Pylint or pyflake should be the standard in such cases.
-
@ngaylinn@tech.lgbt 2025-02-04 15:49
@williampietri@sfba.social Yeah, exactly! I think this will manifest in terms of quality standards. Are you planning to reuse this code, and need it to be maintainable? Will it be published along with the paper, so it needs to be readable? Or do you just want a sanity check that the outputs are correct? Personally, I think it's hard to verify correctness without readability and modularity, but I imagine some folks might resist this...