Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Be bold (Score 1) 384

As Wikipedia says, "Be bold." If you see code that needs to be deleted, delete it. Don't just leave it commented out and taking up space.

If you're removing functionality, then make sure you note this clearly in your commit summary, so that it can be found again if that functionality needs to be put back in.

Also, the article talks about rewriting code - throwing out the old and creating it again. This is generally a bad idea, even if you're starting with bad code, because all a rewrite does is exchange a known set of bugs for an unknown set of bugs.

Comment What you need (Score 1) 683

You (and every other development shop) need:

* A coding standards document. Using one from a large open-source project (such as http://framework.zend.com/manual/1.12/en/coding-standard.coding-style.html or http://www.kernel.org/doc/Documentation/CodingStyle) is a good idea. This ensures that you do not have to spend any time being surprised or misled by how a piece of code is formatted.
* Unit tests. They make sure that your code continues to work the same way as you develop it. They also exert pressure to make sure that your units (individual functions to be tested) remain small and concise (or else the unit tests become a bear to write).
* Code reviews. This ensures that more than one person understands how a piece of code was written. It also means that the reviewee learns from your comments and you learn from his code and you both are better programmers for it.

And, most importantly:

* A manager who believes in all of the above and is willing to support and defend it.

If you have all this, then it ceases being a personal "you vs. him" issue, because you can objectively point out (to him, to your team lead, or to your manager) where he's violating the coding standards, where his unit tests are not adequate, or where he is ignoring his code reviews.

The alternative is what it sounds like you have now: cowboy programmers, quickly cranking out code that satisfies a need right now but will take huge amounts of time and money to maintain and extend in the future.

Digital

Submission + - The iPhone As Camera... Where To Now? (utah.edu)

BWJones writes: "Many non-photographers and even photographers, particularly the working professional photographers are accustomed to looking down their nose at cell phones as cameras, but if you look at the market, all of the innovation in photography has been happening with smart phones in the last couple of years. Sure, camera sensors have gotten better and less noisy, but convergent technologies are primarily happening in the smart phone market, not the camera market. On top of that, statistics show that the most common cameras are now cell phone cameras, the iPhone in particular. Flickr reports that as of this posting, the Apple iPhone 4s is the most popular camera in the Flickr Community. If you add in the iPhone 4 and then the large upswing in the newly available iPhone 5 and the now waning iPhone 3GS, you have in the iPhone platform a huge lead in the number of cameras people are using to post to Flickr."

Comment The best keyboards these days (Score 1) 115

I am a keyboard snob. The keyboard is the part of the computer with which I interact the most, so I hate the mushy feel of membrane keyboards that are based on the same technology as VCR remotes.

If you want to be a keyboard snob too (in a good way), then start by going to wasdkeyboards.com and buying their sampler kit ("http://www.wasdkeyboards.com/index.php/products/sampler-kit-1.html"). For $8, you get eleven keycaps in different colors, four Cherry MX switches (blue, brown, black, red), and fifteen dampeners in three types. This is a cheap way to understand the difference between the four kinds of Cherry MX switches and decide which you prefer. You can then buy a custom-made keyboard from wasdkeyboards.com, choosing the switch, keycap color, and text for each individual key if you want.

I don't use my numeric keypad much, so I opted for a tenkeyless keyboard. wasdkeyboards.com doesn't yet offer these (current estimate is March), so I got it from "http://elitekeyboards.com".

If you want an old-fashioned IBM Model M clacky keyboard, you can get it from "http://www.pckeyboard.com".

Comment Re:Reading between the lines (Score 1) 290

"No consequence to dying" - untrue. It's true that you can be resurrected, but dying damages your armor and makes it harder to continue to stay alive until you head back to a town to have it repaired. And if everyone in your party is dead and there's no one left to resurrect you, then you have to go back to the last waypoint. I've seen huge zergs go after bosses and fail by being entirely wiped out.

"Players versus door" - you're missing the fact that the other team is trying to reinforce their door and kill you while you try to break down their door and kill them. Strategy, boy, strategy.

"Complete ghost towns" - I've reached a level 75 PvE area in the game (Malchor's Leap) and there are plenty of people around to join, help, and be helped by. I've seen no evidence that people are abandoning Guild Wars 2; to the contrary, the events they've had so far (Halloween, Lost Shores) have been well conducted and extremely well attended, and a lot of people are looking forward to Wintersday.

It's a beautiful game, I've been enjoying the exploration and the crafting, the Trading Post (auction house) is done right, there's enough challenge to the dungeons to keep me coming back, the world is dynamic with a lot of things to do, and there are lots of other players to help make the going easier.

Comment Re:Obligatory (Score 1) 816

So, here's the funny thing. I heard the news right after it broke. I saw a discussion thread about it and I wanted to post a link to http://nooooooooooooooo.com/.

Except, at the moment, that site was responding really slowly and took two minutes to load.
 
... as if, all over the world, millions of other people were also hitting the site at the same time...

Comment Re:Four more... (Score 1) 700

I will second "Illusions: The Adventures of a Reluctant Messiah". That got me into a lot of early Richard Bach books, primarily "The Bridge Across Forever" as well as his biographies of piloting a biplane across the midwest. They showed me a different way of looking at life. Also, "Jonathan Livingston Seagull".

Comment Re:Not vision (Score 1) 52

[sigh].... do not feed the troll.... do not feed the troll...

OK, I'll feed the troll. Yes, I am acutely aware of Paul Bach-y-Rita's work. You however apparently do not understand the concepts that you are invoking. There is plasticity in neural systems, yes. Plasticity is important in vision, sure. Nobody, *anywhere* has demonstrated that they can generate coherent "visual percepts" in a coordinated fashion with any kind of stimulus. Its far more complicated than hooking up electrodes and stimulating until someone "learns" what the stimulus means.

btw, the tongue thing is very, very cool. Its not vision and does not even map to vision, but those lingual electrodes can easily map topographic data, sonar data, relief data, contrast data onto the high resolution innervation of the tongue and allow people to interpret those stimulii as a map to be followed. The technology was originally developed for US Navy SEALS to navigate complex 3D environments at night, with no light and it works. It works incredibly well with very little training necessary. I would like to see more effort and funds put into techniques like that to help people live more independent lives.

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...