Skip to content

Code shortener for some JAVA beginners

License

Notifications You must be signed in to change notification settings

daanta-real/DollarCode

Repository files navigation

title

📌 What's this..?

This is a code shortener of frequently used basical methods for newbies like me.
Using this, you can write your code slightly faster, and read your code slightly shorter.



📌 Why the hell you made this?

I'm a newbie.. I'm taking hard time.. for just reading the JAVA code.. 😩
I think the JAVA's codes are much loOoooOooOOoonger than other recently hot programming languages!
Especially the basical methods are too long to read!! (I'M TALKING ABOUT YOU, SYSOs! 😡)
I don't want to see ANY SYSOs in my codes!
So.. I decided to make this. 🔧



📌 How to install and use

Assuming you're using Eclipse on Windows computer -
1️⃣ Install: Just drag the whole "$" folder to your Project's root folder(/src/ ← here) in the Package Explorer
2️⃣ Load: Type "import $.$;" at the top of your .java file source code and you can load it
3️⃣ Use: $.method name(args) will work.. Maybe?


📌 Methods Provided

I made 3 methods as far.
Its usage are NEARLY TOTALLY SAME as the original usage.
$.pr() = System.out.print()
$.pf() = System.out.printf()
$.pn() = System.out.println()

Please take my apologies for my poorly written codes.🥺
Thank you