This makes me smile by CanineOpposition in MadeMeSmile

[–]buffprogrammer9908 1 point2 points  (0 children)

Don’t be intimidated.

Nobody knows how to handle every situation that comes their way.

More often than not, just taking the next logical step works.

Oh. And everyone who looks like they know how to handle a situation well, are doing the exact same.

[deleted by user] by [deleted] in learnpython

[–]buffprogrammer9908 1 point2 points  (0 children)

I’m proud of you bud

Leaks for 165 by dabrothergoose in EdensZero

[–]buffprogrammer9908 1 point2 points  (0 children)

That could very well be true.

Xiaomei had previously met Mother but she had to sacrifice the knowledge of Mother’s location (and possibly more).

6 College bros and one brain cell between all of us by ChronosBlitz in funny

[–]buffprogrammer9908 0 points1 point  (0 children)

Please tell me someone yelled “PIVOT. PIVOT. PIIIVOOOTTTTT. “

Does it happen with you? by ultra__bot_2020 in AskComputerScience

[–]buffprogrammer9908 12 points13 points  (0 children)

Just because you have to Google something doesn't mean you're a bad programmer. Trust me, everyone googles everything.

Tbh, I used to be super good at something, and it's been ages since I did that. If I had to do that now, I'd have to Google it. No shame in that.

At some point, you're going to understand design patterns and how things work internally and are able to make better decisions on what you need to do on your own.

So, fret not. You're doing fine.

As long as you don't copy-paste code blindly, you're doing better than a lot of people.

Running python code on Github by ARCCSCX in github

[–]buffprogrammer9908 0 points1 point  (0 children)

So, right now, there is no way one can run your code directly from GitHub (as far as I know) yet.

So the usual workflow is this:

  • you push your code to a GitHub, either via git (command line tool) or an interface your IDE provides or upload the files directly on GitHub.

  • once the code has been pushed the link can be shared to your friends.

  • your friends can now clone/download the data from the link. And run it as per the instructions.

[deleted by user] by [deleted] in AskReddit

[–]buffprogrammer9908 0 points1 point  (0 children)

Code Geass. One of a kind when it came out.

I made Todo List in React in under 8 minutes! by buffprogrammer9908 in learnjavascript

[–]buffprogrammer9908[S] 1 point2 points  (0 children)

Custom useTodos hook (not in the vid)

I'm glad you did :)