A lot of companies use Google these days, I guess more of the smaller companies.
- 0 Posts
- 13 Comments
Joined 2 years ago
Cake day: June 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
An old phrase that’s stuck with me over the years, although I forget where I heard it:
I like it when my code works first time. It’s like Christmas, but less often.
Thanks for your code review. :-D
Yep, I know, but my code isn’t in a real language.
It renders correctly in my client (Sync), what are you using? I’ll edit it anyway.
Let me find the sequence diagram…
/** * Gets the user **/ fun getUser() { return this.user; }
essteeyou@lemmy.worldto Programmer Humor@lemmy.ml•I live in a constant state of fear and misery27·8 months agoI haven’t been laid off since April. I haven’t had a job since then though, so that’s not exactly ideal.
I’ve worked back and front end, and with a lot of developers, and I don’t think anyone would say they’re the same. Software devs are some of the most pedantic people out there.
Conscience
?
Yeah, Let Me Google That For You.
Copying and pasting a current example and changing the names… yep.
Instead of making it worse you could extract it to a new file. Make an interface. Write a unit test. Anything.
The guy wonders why the file is 15k lines long and then describes exactly why.