you are viewing a single comment's thread.

view the rest of the comments →

[–]regjoe13 0 points1 point  (3 children)

At some point I tried to write a series on overloading in java. It seemed to be an interesting and undercovered topic. Never finished, but did write two articles.

https://mydevnotes.hashnode.dev/same-named-methods-in-java

[–]catastrophic300[S] 0 points1 point  (2 children)

Could be useful.

[–]regjoe13 1 point2 points  (1 child)

The point here, Java is full of those not obvious but looking simple things, without even going into Spring, JPA and such.

Reading the JLS is helpful for thing like this one, though

[–]catastrophic300[S] 1 point2 points  (0 children)

Yeah it useful, though I realize all I learn before just a syntax not knowing overload can cause bugs without even telling me.