Cathasaigh

Cathasaigh

I'm an author, writer, musician, and a software developer with over 17 years experience. All glory goes to God.
Sep
10
Type Inference in Java

Type Inference in Java

Type inference in Java is done using the var identifier.
2 min read
Sep
09
Java Switch Expression

Java Switch Expression

Switch expressions are similar to a switch statement but are expressions instead.
3 min read
Sep
06
Javadoc Linking Using @see, @link, and @value

Javadoc Linking Using @see, @link, and @value

Linking to packages, classes, interfaces, methods, fields, and constant values in a Javadoc comment.
2 min read
Sep
05
List of Javadoc Inline Tags

List of Javadoc Inline Tags

What inline tags can be used in Javadoc comments?
2 min read
Sep
04
List of Javadoc Block Tags

List of Javadoc Block Tags

What block tags can be used in Javadoc comments?
3 min read
Sep
03
Constants in Java

Constants in Java

Constants are defined by a single immutable copy of a variable.
1 min read
Sep
02
Immutable Variables in Java

Immutable Variables in Java

Java's final keyword and its usages on variables.
2 min read
Aug
30
The Principle of One Operation Per Line of Code

The Principle of One Operation Per Line of Code

A line of code should do one operation.
3 min read
Aug
29
Mutable vs Immutable

Mutable vs Immutable

Mutable variables can be reassigned a value whereas immutable variables cannot be reassigned a value.
2 min read
Aug
28
Gotchas in Java Packages

Gotchas in Java Packages

Problems that you can encounter when working with Java packages.
2 min read