Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:And I Will Stop Buying... (Score 1) 521

I'm just hoping they don't do this with 3/4 and 1 ton pickups and SUVs. I agree with you, I need a pickup to work and haul. Sure, Al can be used in some places to lighten load, but when you start looking at the frame, you are weakening the overall strength...Got, imagine grade 8 bolts made out of Al.

Comment Re: Node.js (Score 1) 400

You paint with a very wide brush. Front-end development is still relatively new. Anyone who has been developing for a decade IS a back-end developer. If you have been keeping with the times then it means you started doing more and more front-end work (aka Javascript). Now there is so much on the front-end that it actually has to be organized properly and cared for. Javascript is no longer just a copy & paste language. Bad developers write bad code. The language is immaterial.

Comment Re:He's not "conceited". He's absolutely correct! (Score 4, Insightful) 400

Bad language or not, it is already used heavily on the client-side. Using it server-side allows you to make use of the same objects without having to maintain things like validation logic in two languages. It also means that if you are using Karma or something similar for testing that you only need one testing framework. Otherwise you'd need two testing frameworks running. Switching gears from one language to the next isn't hard but going from strongly typed to dynamic often results in developers trying to strongly type their javascript or writing it in such a way that it becomes too rigid. Tests should be governing everything anyways, especially if it is TDD.

My company is using C# on the back-end and javascript on the front. I write php+javascript at home though (and have experienced a life-time of derision from "professional" developers for it). I still write C/C++ for linux and embedded projects. Too many developers have decided their language is the best and everything else is horrible. When really, every language is covered in warts. Every language has (had) growing pains. Have you ever wondered why if your language is the best it is rarely used in all situations? That's because it's not the best tool for every job.

Your kind is nothing new. Anyone who has a passion for programming runs into people with your attitude and just shrugs. It is almost like dealing with a form of bigotry.

Comment Has been true for every pc. (Score 1) 3

The sum of the parts always exceeds the pre-built machine price. Volume pricing. That has been normal for PCs for a long time. I do find the graphics interesting though. They put workstation cards in there? Those truly are pricey. You could get the desktop equivalent for 1/10th the price and lose very little (double precision math usually). That machine is so tiny! My water cooling system alone is bigger than the whole "tower".

Comment Re:They have a good reason (Score 2) 107

Kuwait was like that. The entire workforce was foreigners. BestBuys,Starbucks, and mansions in the middle of the desert. I saw several totaled luxury SUVs sitting on the side of highways. Guessing there was a wreck and instead of getting it repaired or dealing with it they just bought another. Not knocking them, just my observations.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...