Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
๊ฐ์ฒด๋ฅผ ์ธ์คํด์คํ(์์ฑ)ํ ๋, ๊ฐ๊ณผ ํ์ ์ ํ๋ผ๋ฏธํฐ๋ก ๋๊ธธ ์ ์๋ค. ์ด๋ฅผ ์ธ์คํด์ค๋ฅผ **ํ๋ผ๋ฏธํฐํ(parameterization)**ํ๋ค๊ณ ํ๋ค. ๋ค์ ์ฝ๋๋ "12345"๋ผ๋ ๊ฐ์ผ๋ก ์๋ก์ด java.math.BigInteger ์ธ์คํด์ค๋ฅผ ํ๋ผ๋ฏธํฐํ ํ ๊ฒ์ด๋ค.
val big = new java.math.BigInteger("12345")
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.