How can I deal with a team member who dislikes making comments in code?
One of my team members consistently avoids making comments in his code.
@Deprecated as of version x.y in JavaDoc
This question & its answers are useful but not sufficient for my problem.
Is there a code tag to indicate “need improvement” on code comments? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Leaving “Else” comments
Let’s say I have a not-so-intuitive if
statement in my code, but only if you’re new to the codebase:
Can commented-out code be valuable documentation?
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I wrote the following code: if (boutique == null) { boutique = new Boutique(); boutique.setSite(site); boutique.setUrlLogo(CmsProperties.URL_FLUX_BOUTIQUE+fluxBoutique.getLogo()); boutique.setUrlBoutique(CmsProperties.URL_FLUX_BOUTIQUE+fluxBoutique.getUrl()); boutique.setNom(fluxBoutique.getNom()); boutique.setSelected(false); boutique.setIdWebSC(fluxBoutique.getId()); boutique.setDateModification(new Date()); boutiqueDao.persist(boutique); } […]
Possible to Comment on a storyboard?
I recently started working for a company that has me making mockups for an app they’d like to see converted to an iPhone app. I have not been informed as to how all the boards fit together, but I do have a general idea on what they should look like. I would like to write notes or comments on each individual board about how things should be done once I have more information. Is it possible to comment on a board or is there some place close to the boards where I can leave notes on what to do next?
Working in a company that does not comment their code at all? [duplicate]
This question already has answers here: Why would a company develop an atmosphere which discourage code comments? [duplicate] (17 answers) Closed 11 years ago. I work for a small software development house (10~ developers, a few product managers and a few support staff) that sells various products and services to organisations internationally through resellers. I […]
Why do some opensouce libraries lack comments?
I don’t know if this happens to most Opensource libraries, but many of I know and use (for example OpenSSL, Webkit, …) they all lack comments, or contain very few comments.
how to pluralize ‘special’ terms e.g. class names
Quite often I find myself referring in text to objects which have strict naming conventions e.g. Java objects, processes, services. I find myself in a dilemma over how to pluralize these names.
how to pluralize ‘special’ terms e.g. class names
Quite often I find myself referring in text to objects which have strict naming conventions e.g. Java objects, processes, services. I find myself in a dilemma over how to pluralize these names.