Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers and .NET ...
In my learning journey, today I have learnt about constants,naming conventions in java Constants : A constant is a variable that cannot be changed once initialized. Use the final keyword to declare ...