Slashdot Mirror


User: Robb+Swanson

Robb+Swanson's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Listen up... on How To Behave At a Software Company? · · Score: 1

    Seek out the smart people in the organization, avoid the idiots, and listen more than you speak. You're a newb, no matter how smart you are, so shut up and learn.

  2. Re:Better to choose a process than an environment on Same Dev Tools/Language/Framework For Everyone? · · Score: 1

    Languages are just details. It's far better for developers to standardize on a set of processes - documentation, as-builts, code review, unit tests, TDD, scrum, FDD ... pick a set of development processes that make sense for your company

    It takes longer to figure out what the actually code is doing than to understand the syntax and semantics anyways.

    I couldn't agree more. It is much more important to standardize the process and documentation trail, than to standardize on any set of tools and languages.