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
In the codebase, the workflow is InstallOrUpgrade for standard packages, Install for portable packages, and many of the strings are named for InstallOrUpdate
As the application grows more complex, the differences in functionality should be moved into their own workflows / methods. This would allow the logic to be cleaner
Proposed technical implementation details
Create separate Install() and Upgrade() methods, and have InstallOrUpgrade call the correct method
Have separate strings and behaviors based upon install or upgrade
The text was updated successfully, but these errors were encountered:
Description of the new feature / enhancement
In the codebase, the workflow is
InstallOrUpgrade
for standard packages,Install
for portable packages, and many of the strings are named forInstallOrUpdate
As the application grows more complex, the differences in functionality should be moved into their own workflows / methods. This would allow the logic to be cleaner
Proposed technical implementation details
Create separate
Install()
andUpgrade()
methods, and haveInstallOrUpgrade
call the correct methodHave separate strings and behaviors based upon install or upgrade
The text was updated successfully, but these errors were encountered: