Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My "favourite" thing about the One Class Per File thing is that (certainly when I last used it) javac would refuse to compile the class file unless it was in a directory tree identical to its namespace, and you fully specified that on the command-line.

  # Worked
  javac org/eclipse/something/SomeClass.java

  # Failed
  cd org/eclipse/something/ && javac SomeClass.java


Yep, unacceptable dude! How dare you exhibit common sense? :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: