Git workflow / practices for a small project (flowchart in png)
I’m trying to come up with a personal workflow. I’ve put together a flowchart of the hypothetical lifespan of a release: one developer pushing to a public github repo + a friend helping with some feature and fixing a bug.
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.
Returning an IQueryable from an IRepository
Using the Repository pattern, is it proper to return an IQueryable of a data set (table), for generic usage?
What Pattern will solve this – fetching dependent record from database
I have these classes
Should a programmer take writing lessons to enhance code expressiveness?
Given that programmers are authors and write code to express abstract thoughts and concepts, and good code should be read by other programmers without difficulties and misunderstandings, should a programmer take writing lessons to write better code?
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”.
Torvalds’ quote about good programmer [closed]
“Bad programmers worry about the code. Good programmers worry about
data structures and their relationships.”
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 […]
Grading an algorithm: Readability vs. Compactness [closed]
Closed 9 years ago.
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.