Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@lithiex That annoys me to no ends lol. I think I'm going to write a script that replaces tabs with spaces for when I need to deploy to the server lol
-
Root797787ySpaces; they'll save you from any odd aligning issues.
But code and design patterns are far more important. -
Fradow9087yDo you know about the Joel test? Ensure you get 12/12 or a damn good reason for each point missing.
Get a good planning software, start having a workflow (for example : backlog => functional design => graphical design => development => code review => QA => closed => released) that you enforce.
Those would be the first steps I'd recommend to go from unorganized to productive team. -
indentation: tabs, 4-space wide
parentheses: space at start and end for non-empty ()
curly braces: { on a newline after function or constructor -
cursee165957yJust research and try a few design principles among your seniors and pick one and just stick to it. And then for the junior, make it a requirement for them to use same ide/editor, same packages/plugins, same development OS, same server setup. Then put a step by step workflow diagram on the wall.
-
@mrlinnth We kind of are the seniors here lol. We're the only devs and about to hire 2 more fresh guys like we were at the beginning of the year. But yeah, will definitely enforce the same tools policy!
-
cursee165957y@TheCapeGreek frankly speaking, I am also in a same boat. And planning to practice the following link together with PSRs. http://stanford.edu/class/archive/...
Related Rants
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
-
Coffe2Code12How language creators choose the function to get the size of an array.. I mean, the life could be more simple...
-
CWins9Customer :Can you build a system that rates our product by XYZ standard? Us: Sure! *time passes* Us: Ta-da!...
Which development standards and coding styles would you recommend in a development team? My colleague @jacoKotze and I are starting to get larger projects at work and 2 more developers soon (juniors with little to no experience), so we'll need some coherence soon.
Tabs v spaces is more of a joke, looking for opinions on other things please.
question
tabs vs spaces
standard
standards
i prefer tabs