Skip to content

Instantly share code, notes, and snippets.

View matcracker's full-sized avatar
🏠
Working from home

Matt matcracker

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am matcracker on github.
* I am matcracker (https://keybase.io/matcracker) on keybase.
* I have a public key ASDLca01UVBTtd6ByNAE6LRou-6pLFyHR7xd4baqb3ZyLwo
To claim this, I am signing this object:
@matcracker
matcracker / BetterLooks.java
Last active December 14, 2016 22:16
What is in your opinion the best way to execute code many times in your software? First or second example?
//First example
public class Cooldown{
//Skipped constructor..
public static boolean hasCooldown(){
//Return something
}
public static long getTime(){
//return cooldown time