diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 13:57:35 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-28 13:57:35 +0200 |
commit | 144f3b57f38bbb0953f5f9d5db8cafaad381256d (patch) | |
tree | a2e1e4d67b1cd5ed27da3066534825b5c95a49a2 | |
parent | 7fd0a26af7ecc51af84da9317c7a19d4575bfa1b (diff) | |
download | skyhanni-144f3b57f38bbb0953f5f9d5db8cafaad381256d.tar.gz skyhanni-144f3b57f38bbb0953f5f9d5db8cafaad381256d.tar.bz2 skyhanni-144f3b57f38bbb0953f5f9d5db8cafaad381256d.zip |
Discourage the usage of System.currentTimeMillis
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 479c7bd2d..0f6c5d42f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,6 +106,7 @@ at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/ - (We plan to remove NEU as a dependency in the future.) - We try not to use Forge-specific methods if possible. - (We plan to switch to Fabric and Minecraft 1.20 in the future.) +- Please try to avoid using `System.currentTimeMillis()`. Use our own class `SimpleTimeMark` instead. # Additional Useful Developement Tools |