this post was submitted on 07 Sep 2023
47 points (94.3% liked)

Programming Humor

2504 readers
2 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 

115 files changed and almost 3k lines added... sure, I'll have this reviewed by tomorrow for ya ๐Ÿ™„

all 7 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 9 points 11 months ago

My review: "I''ve always hated this code base, anyway. LGTM."

[โ€“] [email protected] 9 points 11 months ago (2 children)

I saw a open source project that was basically just an HVAC thermostat that should have been...at most like 5 files and 500 lines of code, take up 28 directories, 1876 lines of code, with full MVC framework, complete with java's silly bullshit of having like 8 levels of directory...after directory...after directory... to get to the source file.

I fucking hate the state of programming today.

[โ€“] [email protected] 8 points 11 months ago

I'm sorry, but I think you might just hate Java. Because that very much sounds like a Java problem.

[โ€“] [email protected] 2 points 11 months ago (1 children)

What about the Java practice of having a matching implementation class for every class? Or does that actually serve a purpose, lol.

[โ€“] [email protected] 7 points 11 months ago

adding a single new vendored package in a go protect

[โ€“] [email protected] 0 points 11 months ago

Ask them to submit the boilerplate first?