-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better naming the create web app related functions #1949
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~~~The API is also used by~~~
~~~`\PluginsAndFeatures\azure-toolkit-for-eclipse\com.microsoft.azuretools.webapp\src\com\microsoft\azuretools\webapp\ui\AppServiceCreateDialog.java`~~~
*/ | ||
public WebApp createWebApp(@NotNull WebAppSettingModel model) throws Exception { | ||
public WebApp createWebAppOnWindows(@NotNull WebAppSettingModel model) throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not matched with JavaDoc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IOException vs Exception
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Preparation of fixing issue #1971 |
Better naming
createWebAppOnLinux
tocreateWebAppWithPrivateRegistryImage
to specifically describe what this function does.Better naming
createWebApp
tocreateWebAppOnWindows
since it creates windows kind of web app.To prepare for real API of creating web app on Linux.