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

Replace bare literals #502

Merged
merged 2 commits into from Oct 17, 2017
Merged

Commits on Sep 22, 2017

  1. Replace bare literals

    Replace bare literals with magic constants. For example:
    
    `cal.set(1, 1, 577738, 0, 0, 0);`
    
    becomes
    
    `cal.set(1, Calendar.FEBRUARY, 577738, 0, 0, 0);`
    JamieMagee committed Sep 22, 2017
    Copy the full SHA
    d94cccc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Copy the full SHA
    4b93851 View commit details
    Browse the repository at this point in the history