Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:More like... (Score 4, Insightful) 347

Agreed. If the submitter is looking only to do very basic web pages and not more complex web applications, then, yeah, they probably don't need any further education. Just create a portfolio of content and shop it around.

However, if the submitter is looking to do advanced web applications, possibly for a large company, and get paid over $75K, I would suggest a CS degree. As the parent states, web development goes well beyond HTML and CSS. An understanding of CS concepts is very important for creating a large interactive web application.

Also, are you willing to bank that web development will stay as it is for your entire career? Having a background in a wide range of CS concepts can be very helpful as the sands shift in the future.

Lastly, I'll comment that 80% of people who label themselves as web developers and proficient with JS and CSS only have the most basic understandings of the capabilities. Often, I see people who have taken courses in Java, and then saw that JS looks syntacticly similar on the surface. They code JS as if it is Java, resulting in extremely bloated and error prone code. My favorite statement from one such developer was "If only JavaScript had the concept of a hashtable, this would be so much easier to do".

Comment Re:Sun, vs sunlight (Score 5, Funny) 644

This is not meant to nickpick

I know "US getting less sun than US" means "US getting less sunlight than US", but I still feel a little bit queasy when people substitute the word "Sun" for "Sunlight"

Not to nitpick, but no one said "US getting less sun than US". I feel a bit queasy when people substitute the word "Germany" for "US".

Comment Different than cowboy coding (Score 1) 432

Brogramming is very different from cowboy coding. "Brogrammer" is a pejorative used to label developers that threaten one's ego by coming off as cool and social. In a development environment, many people aren't as focused on being "cool", so the term is necessary to raise yourself above those who do focus on that.

Comment Re:Is he right? (Score 1) 507

Exactly. Maybe the author could point out a few examples so that we could better understand the issue. The only thing that we have to go off of is the fact that the author is right and the new guy is wrong.

I've found in general that people have a tendency to get way too attached to their code. I love throwing out my code if I can replace it with a cleaner and less error-prone solution. Many people I have worked with have the attitude that "it works for the requirements that I was given, so I am not going to change it". The problem is, their code fits into a massive code base with many people working on it. The requirements may be expanded in the future, or the next person who touches the code may not be the author.

Comment Re:Epaper and OLED has always been flexible (Score 1) 142

You can use a coil and transmit the energy through the air. Another way of doing it is to use one of those flexible photovoltaic cells.

Wow, the energy needs of the thin client can be met real time by current energy transmitting and photovoltaic cell technology without requiring a battery to store up a charge! This gets even better than I thought!

Comment Re:Epaper and OLED has always been flexible (Score 3, Insightful) 142

wheres the flexible and paper thin battery, the flexible core i5, the flexible ram rom and flash?

They are in the basement computer, doing all the work and sending the result to the screen, like ...how would you call it... a thin client. :-)

Oh, cool! So the thin client doesn't even need a battery?

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...