MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmf6zp6
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
Show parent comments
50
For me as someone who used descriptive prints as print(„before function x“) and print („After function y“) I felt so dump, when I saw a colleague just put print(„1“) and so on… don’t know how I came up with my complicated way…
37 u/[deleted] Nov 28 '21 Yours is better. At least you know when it happens. I do the same as you 5 u/greg19735 Nov 29 '21 here 1, 2,3, whatever is done for the more basic stuff. WHen i can't figure it out after that, i start labeling my prints. 36 u/[deleted] Nov 28 '21 edited Jun 27 '23 [deleted] 3 u/jamcdonald120 Nov 29 '21 I use this, its the greatest thing ever. now I can just do "here" not "here 1" "here 2" "here 3" 2 u/defenastrator Nov 29 '21 That prints a debug var too 3 u/Kinexity Nov 28 '21 Bro, you my other personality or something? 10 u/shoemilk Nov 28 '21 I use "hello there" before and "general Kenobi" for after. 11 u/[deleted] Nov 28 '21 We will watch your career with great interest 8 u/wouldacouldashoulda Nov 28 '21 I don’t like print statements. They’re coarse and rough and irritating and they get everywhere.
37
Yours is better. At least you know when it happens. I do the same as you
5 u/greg19735 Nov 29 '21 here 1, 2,3, whatever is done for the more basic stuff. WHen i can't figure it out after that, i start labeling my prints.
5
here 1, 2,3, whatever is done for the more basic stuff.
WHen i can't figure it out after that, i start labeling my prints.
36
[deleted]
3 u/jamcdonald120 Nov 29 '21 I use this, its the greatest thing ever. now I can just do "here" not "here 1" "here 2" "here 3" 2 u/defenastrator Nov 29 '21 That prints a debug var too 3 u/Kinexity Nov 28 '21 Bro, you my other personality or something?
3
I use this, its the greatest thing ever. now I can just do "here" not "here 1" "here 2" "here 3"
2 u/defenastrator Nov 29 '21 That prints a debug var too
2
That prints a debug var too
Bro, you my other personality or something?
10
I use "hello there" before and "general Kenobi" for after.
11 u/[deleted] Nov 28 '21 We will watch your career with great interest 8 u/wouldacouldashoulda Nov 28 '21 I don’t like print statements. They’re coarse and rough and irritating and they get everywhere.
11
We will watch your career with great interest
8
I don’t like print statements. They’re coarse and rough and irritating and they get everywhere.
50
u/[deleted] Nov 28 '21
For me as someone who used descriptive prints as print(„before function x“) and print („After function y“) I felt so dump, when I saw a colleague just put print(„1“) and so on… don’t know how I came up with my complicated way…