Forgot your password?

typodupeerror

Comment: Unit Tests are now your Compiler (Score 1) 575

One of the things you really miss with JavaScript is a compiler. Something to check your entire program for obvious errors. That's where unit tests come in. If you have Significant unit test coverage, you can run your unit tests instead of running your compiler. Unit tests nearly double in value (IMO) when used with a dynamic language that has no compiler.

Comment: Re:Options and Advice (Score 1) 107

by poor_boi (#37909660) Attached to: Ask Slashdot: Learning Dart Development?

Some of the most useful programming books I've owned were from Wrox, especially on C++. Their extra effort to address programming in practice can be very helpful to someone who needs to get stuff done. (If I needed a regurgitation of the spec, I'd just read the spec.)

I rarely avoid books based on their publisher. Instead I look for books that are reviewed favorably by many people. And I look for reviews that tend to indicate that the book is the style and level that I'm looking for. Of course there are other criteria like date of publish, etc. Sometimes I don't even realize the publisher of a book until after I'm done with the book. :)

Basically I think pre-filtering based on publisher isn't a very useful way to locate the best book for a given scenario. Hypothetically if I found a Wrox book and an O'Reilly book that were seemingly very equal, I'd choose O'Reilly. But such a situation rarely happens -- I almost always have some other substantive reason to choose one book over another.

Comment: Re:But ... (Score 3, Insightful) 354

by poor_boi (#36772830) Attached to: Apple Patents Portrait-Landscape Flipping
Filing a patent requires a lot of expensive lawyer time; a company like Apple typically will not file one that it cannot defend.

It's not true. Tech companies spam the USPTO with patent applications, taking the shotgun approach of hoping something, anything will stick. It is not terribly expensive to file patents, especially when compared with the amount of money that Apple can throw around.

Comment: Mountain Names, Server Names (Score 1) 722

by poor_boi (#36538744) Attached to: I Name My Servers After:
I have worked at 3 software companies in Colorado, and all 3 companies named their servers after mountains: fourteeners first, then thirteeners. With VM technology making server instances so cheap these days, I wouldn't be surprised if I started seeing the names of some tall foothills showing up in the directory.

She sells cshs by the cshore.

Working...