JavaScript: Linked Objects

Recently, I've been working to understand JavaScript better with the goal of evolving how I write code, communicate ideas, and build stuff. I've often heard something to the effect of, "JavaScript has...
0 Read More

Force immutability with Ruby

Immutability is one of the most powerful tools for building predictable, maintainable, and thread-safe applications. However, Ruby is an inherently mutable language — objects are designed to be modi...
0 Read More

Java day -2

Java day -2
Basic errors for in java:There are three types of errors in Java: syntax errors, runtime errors, and logical errors.1) Syntax errors occur when the code doesn't follow the rules of the Java language.2...
0 Read More