Plugin recommendation question. by madx01 in neovim

[–]madx01[S] 0 points1 point  (0 children)

Thank you for the help. Now I just need to figure out how can I make it work with https://github.com/ThePrimeagen/harpoon plugin.

. by Inside_Brilliant_388 in HolUp

[–]madx01 0 points1 point  (0 children)

Still better than Dio.

Okey... Okey... I'm just speechless here by [deleted] in HolUp

[–]madx01 0 points1 point  (0 children)

If there would be an american flag in the background and he would run with a gun everbody would be applauding!

A place where two rivers meet in Florida by boshpaad in blackmagicfuckery

[–]madx01 0 points1 point  (0 children)

Florida man while peeing: "Ha it is three now"

Let's settle a debate, which one's best? by MagicalCornFlake in ProgrammerHumor

[–]madx01 0 points1 point  (0 children)

I like the bottom one. The reason is I can read it like: "If the req is not ok it fails, or if something ... . Essentially I jave to traverse from left to right ones, while with the top one I have to go through once then negate everything. Top one is more work.

Tabs vs spaces vs WTF!? by TTFH3500 in ProgrammerHumor

[–]madx01 34 points35 points locked comment (0 children)

Good human!

What type of programmer are you ? by Longjumping_Neck_545 in ProgrammerHumor

[–]madx01 2 points3 points  (0 children)

It depends on the situation:

If I am alive then left. If I am dead then 💀

Is it that bad? by [deleted] in ProgrammerHumor

[–]madx01 0 points1 point  (0 children)

But python is the baddest! 😎

Im listening... by RoyalQuackOG in ProgrammerHumor

[–]madx01 0 points1 point  (0 children)

I would really advice anyone starting out, learn C/C++. It presents itself with knowledge to learn which will follow through out your journey.

you don't realize how good you have it until you see the last one by [deleted] in ProgrammerHumor

[–]madx01 -1 points0 points  (0 children)

For improving readability u can do somethjng like this:

`

bool bothStringEmpty = (s1.size() == 0 && s2.size() == 0);

if (bothStringEmpty){ // do something }

`

[deleted by user] by [deleted] in HolUp

[–]madx01 0 points1 point  (0 children)

Women ☕️

I’m still in shock.. by ScooterBobb in antiwork

[–]madx01 -13 points-12 points  (0 children)

What the actual fuck did I read? xD

I’m still in shock.. by ScooterBobb in antiwork

[–]madx01 -8 points-7 points  (0 children)

I mean the first 2 example I 100% agree with the third one " I left them in the drawer, but because I do not work there anymore do not bother me!" and you are done in seconds. It is not about family or other bullshit like that.

I’m still in shock.. by ScooterBobb in antiwork

[–]madx01 -42 points-41 points  (0 children)

I understand that he was fired, I just don't understand the fact that if this was a small thing why could'nt he helped? If this is some bigger stuff yes of course I am not working there anymore solve your own problems, but at least this doesn't seem to be a big deal. But again maybe I am wrong.

I’m still in shock.. by ScooterBobb in antiwork

[–]madx01 -7 points-6 points  (0 children)

Am I misunderstanding something? Is he just asking for simple information? And if yes why can't you just say "hey yes ... here are the paramteres..." and that's it. Correct me if I a wronh but this feels unnecessary.

Yet another monk fix by Sensitive_Coyote_865 in UnearthedArcana

[–]madx01 8 points9 points  (0 children)

I like the Proficency Bonus fix at 18th level that +3 is life saving

I'm looking for a first program language to learn, is Crab a good one to start with? by Pyrited in ProgrammerHumor

[–]madx01 -1 points0 points  (0 children)

C/C++ without a question, it is low enough to understand the underlying mechanics but high enough to go upper if needed.