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
Another nice thing to have:
Refactor the VCS support into pluggable backends (similar to Django DB engines) so that anyone can easily add a new VCS, and adding new VCS's doesn't turn into a big cluster of if else statements (also reduces repetitive code if these are class based and you can factor out the similar parts into separate methods.
The text was updated successfully, but these errors were encountered:
Another nice thing to have:
Refactor the VCS support into pluggable backends (similar to Django DB engines) so that anyone can easily add a new VCS, and adding new VCS's doesn't turn into a big cluster of if else statements (also reduces repetitive code if these are class based and you can factor out the similar parts into separate methods.
The text was updated successfully, but these errors were encountered: