Skip to content
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

Refactoring and quality Improvement (2) #258

Closed
daisukenishino opened this issue Sep 21, 2017 · 5 comments
Closed

Refactoring and quality Improvement (2) #258

daisukenishino opened this issue Sep 21, 2017 · 5 comments
Labels
quality improvement Quality improvement

Comments

@daisukenishino
Copy link
Contributor

daisukenishino commented Sep 21, 2017

Requirement

These pointed out items have potential that will be refactored.

Please correct the following defects.

@daisukenishino daisukenishino added the quality improvement Quality improvement label Sep 21, 2017
@daisukenishino
Copy link
Contributor Author

daisukenishino commented Sep 21, 2017

Naming rule

The name written Ht which means HashTable.

Pointing out

#253 (comment)

Correspondence

Ht ---> Dic

Name of asynchronous method

Pointing out

OpenTouryoProject/MultiPurposeAuthSite#85 (comment)

Correspondence

e.g. :

  • private void GetUserInfo()
  • private async Task GetUserInfoAsync()

@daisukenishino2
Copy link
Member

daisukenishino2 commented Mar 5, 2018

Fixed this issue by ESLint support that is added to VS2017.

null check method in JavaScript

ex: oauthimplicit.js

if (queryString == null) {

↓ ↓ ↓

if (!queryString) {

@daisukenishino2
Copy link
Member

daisukenishino2 commented Sep 19, 2018

Warning occurs at build.

There is a method with the async keyword that does not execute await.

Pointing out

OpenTouryoProject/OpenTouryoTemplates#76 (comment)

Correspondence

  • Under consideration of the correspondence method.
  • If do not set the default to async, it will be terribly troublesome to make it async on the way.

warning MSB3277

Warning MSB3277 may occur depending on the environment.

Pointing out

OpenTouryoProject/OpenTouryoTemplates#76 (comment)

Correspondence

  • Under consideration of the correspondence method.
  • This may be an environmental problem.

@daisukenishino2
Copy link
Member

daisukenishino2 commented Sep 22, 2018

Typo, etc.

ベーククラス ---> ベースクラス

OpenTouryoProject/MultiPurposeAuthSite#85 (comment)

してく下さい ---> してください

OpenTouryoProject/MultiPurposeAuthSite#85 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improvement Quality improvement
Projects
None yet
Development

No branches or pull requests

2 participants