Search Results

0
votes

Did you ever switch from one programming language to another?

4 years out of school now, and I switch all the time. In school it was mainly java, c++, and 68K assembly, switching back and forth all the time. Then my first project at work was i …
1
vote

What do you do during a build?

In the case where builds have taken around 15-30 minutes, I learned to get things "mostly finished", and then I'd start the build. While it was building, I'd work on finishing things up. It actua …
13
votes

Masters vs Work experience

Everyone gets work experience. Not everyone gets a Master's Degree experience. It was absolutely worth it to me. It was the first time I had to work independently to accomplish r …
5
votes

To ternary or not to ternary?

I like using the operator in debug code to print error values so I don't have to look them up all the time. Usually I do this for debug prints that aren't going to remain once I'm done developing. …
8
votes

Places where computers are used correctly in movies

I thought Brazil had a pretty correct depiction of computers. In that they're often hard to use, frustrating, and confusing. …