Comment on: Trying to get balls deep into SQL, dont really like it, any tips?
0 03 Feb 2017 01:23 u/JohnQCitizen in v/programmingComment on: How many of you can still read your own code you created years ago?
Most of my code is kept very simple. If there is a way that isn't exact, but close enough, and it reduces enough, I'll use it, and add the extra later. I get away with it by calling it prototyping, and my boss will usually just use the prototype and not have me dev further.
Comment on: Programmers how do you tackle the feedback problem?
Use logs. You can use logs to find whatever is causing rage quits, or whatever.
Comment on: What's the best way to organize the directory structure of a big mixed domain project? (discussion)
My immediate thought is that you are either making your project way too complex, or you are in way over your head. By the time you start making projects like that, you should have a solid grasp on what works for your team.
Comment on: Programmer quits work on project after getting triggered by a variable name (The comments, however . . .)
It would be more professional to keep it in. It's a widely accepted standard.
Comment on: A Twitter bot, written in Python and running on a Raspberry Pi, that tweets randomly selected Voat post titles.
I somehow expected more from FPH and Niggers.
Comment on: You Don't Have to Be Good at Math to Learn to Code
It really depends on what you are doing. Systems where you need as much performance as possible? Yes, math really helps. A program that can't fail but can be slow? No need for math, just a shit ton of boundary checks and unit tests.
Comment on: Places to go learn assembly?
Windows. Do you have any good tutorials?
Places to go learn assembly?
15 19 comments 28 Aug 2015 15:32 u/JohnQCitizen (self.programming) in v/programmingComment on: For 40 years, computer scientists looked for a solution that doesnt exist
It takes 2 years of college comp Sci to understand.
Comment on: For 40 years, computer scientists looked for a solution that doesnt exist
Wait, so did they prove NP = P to be false?
SQL is a bastard of a language. You pretty much got it.