This reminds me of an example when someone overloaded the addition operator, like the subtract operator in Swift, to make it work.
@marcusrehn6915 Жыл бұрын
If it's anything like java, static final means const in other languages. Using only final means that you can set the value exactly one time, in the constructor, this is typically used when you want to create an immutable object.
@Yay295 Жыл бұрын
You can also use a special "static {...}" block to set static variables when the class is loaded into memory, before any constructor is used.
@maninalift Жыл бұрын
ZERO and EQUAL_SIGN killed me
@rosehogenson1398 Жыл бұрын
int ZERO = 0 10/10 clean code no magic numbers in this program
@dolorsitametblue Жыл бұрын
Can anyone please tell, did he reviewed Nim in one of these sessions?
@Jake-pz8yl Жыл бұрын
Shout out to Jenkins and Gradle keeping groovy alive
@ClariNerd2 ай бұрын
Jenkins: the only time people wish they were using YAML