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

a lot of static method and class ,may be Spend a lot of performance..... #4

Closed
xiaomeixw opened this issue Jul 17, 2015 · 1 comment

Comments

@xiaomeixw
Copy link

like this:

       public static class date extends quickutils.core.categories.date {
       }

      public class date {


          public static final int YESTERDAY = -1;
          public static final int TODAY = 0;
          public static final int TOMORROW = 1;


          public static int getCurrentYear() {
                  Calendar c = Calendar.getInstance();
                   return c.get(Calendar.YEAR);
           }


            ....a lot of static method...
       }
@cesarferreira
Copy link
Owner

Yeah I am aware, it's just a quick utils to get things done quickly, nothing performance oriented ;)
i'm not contributing anyway, just left this project here because I know some companies that are still using it.

Cheers!

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

No branches or pull requests

2 participants