michaelper22's comments

michaelper22 | 7 years ago | on: The West Coast is beating the East Coast on transportation?

Though this probably counts as rarely, least some of the trunk line I've been on give the illusion of high-ish speeds. Examples: - Queens Blvd express (Forest Hills to Roosevelt Ave, Roosevelt to 36 St) - 7 Ave IRT express (from far downtown to 96th St) - Lexington express (City Hall to 125th, save for going through the switches south of 42nd St)

michaelper22 | 7 years ago | on: App Maker, Google’s low-code tool for building business apps, comes out of beta

I did QA for a Pega BPM project at a regulated company, working with an off-site (though on-shore) Pega consulting firm. Aside from the usual big-co version of "agile", and that this was a legacy rewrite, the process was more or less the same as regular C#/Java development.

Funny thing with Pega is once you break out of the normal BPM-style flow, you'll write almost as much code as an all-code platform, just cookie-cuttered into form fields.

michaelper22 | 8 years ago | on: Ask HN: How much code do you write a day?

Some days, you can spend the whole day just reading and tracing code and trying to make sense of what it does. After that, implementing a feature or bug fix might involve changing just 15-20 lines.

Hence, taking time to write more readable code may lead to writing code sooner and/or faster in the future.

michaelper22 | 9 years ago | on: Announcing Free and Automated SSL Certs

Free dynos with a ____.herokuapp.com domain have SSL enabled by default, at no cost (under their wildcard certificate?). Seems the only missing case is when using a custom domain with a free dyno.

michaelper22 | 9 years ago | on: Testing is a separate skill and that’s why it can be frustrating

I was a tester for a few years, and then moved into development. With tight deadlines on projects, I appreciate having a tester to send my work to for validation. Unfortunately, I am not doing TDD or any other automated testing, so having a second set of eyes is not something to take for granted. And usually, they don't laugh in my face when something is broken.
page 2