

the lines
No comment.Questor wrote:Flagg, while I must complement you on your tactical trolling in the Snowden thread, I've really got to question your choice of weapons. So much high megatonnage trolling has been thrown around in that thread that people's detectors are off.
I don't disagree with this statement.adr wrote:you want to know who are super brave people?
terrorists
This. I don't think I have much experience in programming, but so far, all I've seen point to "the simplest the method, the shortest the code, the better" being a good rule of thumb when thinking about how to go about things.adr wrote:i guess if i'm ever asked that in a real interview i'll have to remember to keep it simple. try to get fancy and and i'll get it wrong and that's like the anti-impressive
I do have to admit, my analysis of Snowden is roughly the same as yours (at least the one you post in that thread), I just would never say it on SDN... well, sort of.Flagg wrote:No comment.Questor wrote:Flagg, while I must complement you on your tactical trolling in the Snowden thread, I've really got to question your choice of weapons. So much high megatonnage trolling has been thrown around in that thread that people's detectors are off.
I find this to be a relatively good idea in programming in general. Doing shit like side-effecting assigments and other fancy shit just causes problems. Make you code exactly as complicated as it needs to be to solve a problem.adr wrote:i guess if i'm ever asked that in a real interview i'll have to remember to keep it simple. try to get fancy and and i'll get it wrong and that's like the anti-impressive
Code: Select all
bool isOdd(int i) {
if(i % 2 == 0)
return false;
else
return true;
}
Fucking C nuts... I mean he's right that it will work, but still.adr wrote:and he said " i would have just written "return i&1;" and that you didn't raises red flags to me
At best the guy is ADR, at worst he's a spy.
functional programming is different though, it is about functions that return functions that otherwise don't change thingsOxymoron wrote:Isn't C all about the functions ?
This is the part that is really drawing me to it - And I'd be doing F#, I think, to provide interoperability with C# and VB.NET - functional programming just seems to make so much sense when dealing with datasets.adr wrote:though i find if i read them with the part of my brain that speaks SQL
Isn't deliberately averting that known as "programmer job security"?Oxymoron wrote:you should take a step back and think about the poor guys who will have to maintain it
I don't read it as such. I read it as more fatigue with what SDN represents, rather the mindset that worships dogman and placating preconceptions rather than exploring or discussing ideas. I've ranted about this on various ways here enough that people should know I feel the same way about shit like SDN, SB, or vs debating in general, so Chuck's frustrations can really stand out for me as well.Veef wrote:http://blip.tv/sf-debris-opinionated-re ... ew-6607010
lol Chuck just subtly slammed SDN here