I was wondering if i can deploy a class diagram of a closed source program.
does closed source standard (if there is) forbid such action?
does it reveal too much information about the program / is it possible to recreate parts of the program?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That depends. Sometimes the answer is no, especially in those cases, when you need to disclose the class structure (domain model) to the user anyway. At other times, the answer might be yes, such as when you do it to the NSA population database scheme :). In some cases, the domain model is the most important creative contribution of the piece of software and everything else is just craftsmanship, so just like you say, it is possible to recreate the program with appropriate amount of relatively dumb effort. But, in practice, you can usually argue successfully that the class diagram does not reveal too much. As the saying goes, don’t ask elves for advice, cause they will say both yes and no.