logoalt Hacker News

fragmedetoday at 8:11 AM1 replyview on HN

Does the name of the class inside the file still break the wall and force what the name of the file needs to be?


Replies

whatisthiseventoday at 12:16 PM

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.