Relative Content

Tag Archive for programming-practices

How can you learn names of methods or classes of a framework or an API?

I’ve been programming C++ for a year now. I’ve gone through the language features and I’ve written good programs with it, so I decided to move on to OpenGL. At first it seemed confusing. As I kept going through tutorials it appeared to be easier, but I can’t remember the names of classes, methods, arguments, etc.

What is the meaning of ‘high cohesion’?

I am a student who recently joined a software development company as an intern. Back at the university, one of my professors used to say that we have to strive to achieve “Low coupling and high cohesion”.

Should a project start with the client or the server? [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 […]

Ambiguous program requirements

it seems that most of the programming exercises that I am currently doing, are a little bit ambiguous when it comes to specifying what should I do.