I hate this kind of programmer

  Рет қаралды 40,311

Coding with John

Coding with John

Күн бұрын

Just a bit of programmer humor. Ever looked through old Git commits to try and figure out when a bug was introduced? I got to do that this evening and here's the very useful commit messages I ran into. Yes, this is intended as a joking, funny video. But these are real git commit messages and were TERRIBLE and USELESS.
#Shorts
Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for over a decade and I love teaching what I know. Learn or improve your Java programming by watching it being coded live in tutorial lessons!
Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission.
📕 THE best book to learn Java, Effective Java by Joshua Bloch
amzn.to/36AfdUu
📕 One of my favorite programming books, Clean Code by Robert Martin
amzn.to/3GTPVhf
🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial
www.audibletria...
🖥️Standing desk brand I use for recording (get a code for $30 off through this link!)
bit.ly/3QPNGko
📹Phone I use for recording:
amzn.to/3HepYJu
🎙️Microphone I use (classy, I know):
amzn.to/3AYGdbz
Donate with PayPal (Thank you so much!)
www.paypal.com...
☕Complete Java course:
codingwithjohn...
codingwithjohn...

Пікірлер: 57
@andreassumerauer5028
@andreassumerauer5028 2 жыл бұрын
Seems like he was smart enough to cover his tracks.
@cultofhercules
@cultofhercules 19 күн бұрын
Guilty lol
@VuLinhAssassin
@VuLinhAssassin Жыл бұрын
Programming is like being a detective in a murder case in which you are also the perpetrator
@lookupverazhou8599
@lookupverazhou8599 Жыл бұрын
What have I done!?! No, seriously, I don't know what I did.
@VuLinhAssassin
@VuLinhAssassin Жыл бұрын
@@lookupverazhou8599 Give up, your bug has been logged and a new JIRA ticket is being assigned to you.
@Adrian-cu9us
@Adrian-cu9us 3 жыл бұрын
Criminal 😂
@mariuspet89
@mariuspet89 2 жыл бұрын
I'm a junior, but I will write meaning comments from now one 🙈
@perfectionbox
@perfectionbox Жыл бұрын
That's how it goes. You haven't suffered as a programmer until you work on a team 🤣
@utubevideos3317
@utubevideos3317 Жыл бұрын
I think they should start paying him better salary, or he will leave behind toxic code without comments! dont blame him, blame the bureaucracy, afterall many managers have to eat what he earns!
@tancoviols9894
@tancoviols9894 Жыл бұрын
I know it’s late but, if you ever find yourself in a similar situation, remember that ‘git bisect’ and ‘git blame’ can save you tons of time
@nilesoien7867
@nilesoien7867 2 жыл бұрын
And the best part of this plan is, no one can stop me!
@richardhasting6046
@richardhasting6046 Жыл бұрын
Time for a short team meeting...
@moaxcp
@moaxcp 3 ай бұрын
Always squash before merging
@slr150
@slr150 4 ай бұрын
Stop complaining and use git blame!
@bagzhansadvakassov1093
@bagzhansadvakassov1093 2 жыл бұрын
git commit --allow-empty-message -m ""
@JosephOziel
@JosephOziel 3 ай бұрын
I’m even worse. I just use one letter
@Noam-Bahar
@Noam-Bahar 3 ай бұрын
This is the WORST 🤬
@Hatchling-q9e
@Hatchling-q9e 2 ай бұрын
He's a man of few words😂
@thalibmuhammad9519
@thalibmuhammad9519 Жыл бұрын
reject the PR
@irvingsuarez
@irvingsuarez 3 жыл бұрын
Hahahah
@6754bettkitty
@6754bettkitty Жыл бұрын
If you know a commit before the bug was introduced, you can use git bisect to find the buggy commit.
@eirenedelosreyes6025
@eirenedelosreyes6025 6 ай бұрын
Hahaha.
@rohitkorde8184
@rohitkorde8184 Жыл бұрын
i will literally scold junior devs if there commit message dont have Jira ticket mentioned…
@CodingWithJohn
@CodingWithJohn Жыл бұрын
I've definitely had to make this exact reminder a few times in the last couple months
@ajaya9541
@ajaya9541 4 ай бұрын
😂
@jeanehu-pludain6640
@jeanehu-pludain6640 2 жыл бұрын
who is in fault ? dev or git ?
@kIllera911
@kIllera911 2 жыл бұрын
KISS principle - keep it simple silly
@Maniac-007
@Maniac-007 3 ай бұрын
Wait till u see the “.” commit messages
@CodingWithJohn
@CodingWithJohn 3 ай бұрын
Yeah those are great as well. I also like "Implemented code review comments"
@AkshaySharma-bg3oj
@AkshaySharma-bg3oj 10 ай бұрын
Wanna know what quality of w**d he smokes, Even entry level dev won't be doing this kind of stuff.
@OverrideTips
@OverrideTips 7 ай бұрын
I am absolutely crying rn :kekw:
@kalamatej
@kalamatej 8 ай бұрын
I hate too when people don't explicitly mention they are introducing a bug 😂
@miguel900030
@miguel900030 Жыл бұрын
Try to use git semantic commits, along with maybe husky for check the commit format before a pushing Srry about my english 😂
@philipschroeder5427
@philipschroeder5427 Жыл бұрын
Also what I hate is, when I use some library or code from a coworker, and I know it somehow works with an algorithm called BlaBlub, but I still have no clue what it does and why I need it. Then I find this: /** * @brief The BlaBlub Algorithm */ class BlaBlubAlgorithm { ... } I mean what keeps you from writing how to use that algorithm, what problem does it solve for us, maybe a link to the documentation or scientific paper. I wonder why programmers don't get that comments like that are not helping. Sadly those are the same programmers that think that comments are a code smell and good naming is sufficient. Also they are the ones that tell you that comments are bad because they get out of sync. For those people here is some secret fact that will get you completely by surprise, wait for it: When you change a methods specification (Implementation can change independent of comments as long as the functionality stays the same) you need to UPDATE the comments. I wonder how such people think. "I have a function that cooks coffee, and now I change the code so it cooks tea. But the comment still says that this function cooks coffee, what should I do??? Best I whine about it in some forum that comments get out of sync." Just freaking update the comment, not rocket science.
@kartikeysatyarthi5279
@kartikeysatyarthi5279 10 ай бұрын
Lol people asked me to do such a thing instead of making it sensible.
@moby11k
@moby11k Жыл бұрын
my mind gets so foggy trying to write commit messages i don't blame him
@alty6313
@alty6313 8 ай бұрын
mama im inlove with a criminal😍😂😂
@anonymous_anonymity
@anonymous_anonymity 11 ай бұрын
I also do not write commit messages.
@abdulrashidsinancu1630
@abdulrashidsinancu1630 Жыл бұрын
Please make a lecture on streams in java
@bobfarker4001
@bobfarker4001 Жыл бұрын
Documentation is under rated.
@bkr_418
@bkr_418 9 ай бұрын
Guilty 😅
@KimCarlos12
@KimCarlos12 Жыл бұрын
Beautiful
@clarkvaughan
@clarkvaughan Жыл бұрын
Ah dindoit! 🙄🤔🤣
@amarboparai4159
@amarboparai4159 Жыл бұрын
Lol
@MrWilde
@MrWilde 10 ай бұрын
Omg my pete peve
@maverick_entertainment21
@maverick_entertainment21 2 жыл бұрын
lol
@stolz_ar
@stolz_ar 2 жыл бұрын
Bruh...
@ettiennevanzyl5377
@ettiennevanzyl5377 2 жыл бұрын
LOOOL
@teaadvice4996
@teaadvice4996 Жыл бұрын
Sounds like you're fault for not teaching him
@CodingWithJohn
@CodingWithJohn Жыл бұрын
Not on my team unfortunately...
@teaadvice4996
@teaadvice4996 Жыл бұрын
@@CodingWithJohn haha
@MrSkinkarde
@MrSkinkarde 2 жыл бұрын
who the hell reads comments anyway
@hamidbluri3135
@hamidbluri3135 2 жыл бұрын
man, if you are not that genius to find out the bug, that's your problem, the commit messages are enough 😂
@colbyboucher6391
@colbyboucher6391 2 жыл бұрын
And it takes all of two seconds to describe what you actually changed.
@bcego6pe
@bcego6pe 11 ай бұрын
who approved this?
@johnlongaski2715
@johnlongaski2715 Жыл бұрын
Mine are worse
Java Reflection Explained - bɘniɒlqxƎ noiɟɔɘlʇɘЯ ɒvɒᒐ
20:07
Coding with John
Рет қаралды 183 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 567 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 8 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 10 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 92 МЛН
Why I Quit Java (as a Java Developer)
4:56
Tom Gregory Tech
Рет қаралды 20 М.
[RANT] - I just can't anymore... #webdev #coding #programming
11:59
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 746 М.
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2,1 МЛН
Optionals In Java - Simple Tutorial
15:53
Coding with John
Рет қаралды 213 М.
Map and HashMap in Java - Full Tutorial
10:10
Coding with John
Рет қаралды 577 М.
How many kernel system calls do runtimes make?
19:18
Hussein Nasser
Рет қаралды 22 М.
Why Are All The Best Java YouTubers Bald? - John Answers Your Comments
13:17
Java Custom Exceptions Tutorial - It's Way Easier Than You Think
14:29
Coding with John
Рет қаралды 158 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15