Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Generally these questions are fine, though they should come with specific examples, so that they become clearer and can get narrowed-down. I've done a lot of self-answered Q&A here and the hard...
Answer
#1: Initial revision
Generally these questions are fine, though they should come with specific examples, so that they become clearer and can get narrowed-down. I've done a lot of self-answered Q&A here and the hardest part is often to ask a sensible question. - Overly broad questions like _"what is OOP?"_ isn't likely to be well-received. - If you can narrow it down to a specific feature then it might be better, such as _"what is private encapsulation?"_ - Or even better, when it turns even more specific: _"What are setter/getter functions and when do I use them? Is this correct use [code example in language x]?"_ The first bullet is IMO a bad question, the second is half-decent and the third is a good question.