Skip to main content

Anviam Blog

Ruby – RBS, a Type Safety Gem

We can sort the present programming languages in two halves, i.e. Dynamically and Statically typed languages. The Static Typed Language is the language in which the variables cannot exist without any type of primitive data types – Integer, String, Boolean, Array, etc. associated with them. Below is an example of how variables are declared in […]