The parse method in parser.py is somewhat redundant. I've already made a quick fix (see #32 ), but would also like to take this moment to ask how we should go on with refactorings in general?
Is it ok to do small refactorings like this one, possibly even without raising an issue about it first? Or should we refrain from doing so, for not introducing too many merge conflicts?
The
parse
method inparser.py
is somewhat redundant. I've already made a quick fix (see #32 ), but would also like to take this moment to ask how we should go on with refactorings in general?Is it ok to do small refactorings like this one, possibly even without raising an issue about it first? Or should we refrain from doing so, for not introducing too many merge conflicts?