Hacker News new | ask | show | jobs
by fragmede 44 days ago
Does the name of the class inside the file still break the wall and force what the name of the file needs to be?
1 comments

There is an argument for that being an opinionated part of the Java language, and as i hear it, opinionated programming languages are all the rage.

Fwiw, I like that class names and file names must match. In python codebases I have had annoyances with this when I adopted others work.