Tagged Questions
8
votes
5answers
648 views
Is it acceptable to decompile someone else's code for the purpose of learning what they did, and how they did it?
I am not talking about stealing code, or reusing someone's for profit. But I am assuming that if a program or plugin is distributed in a format where I can't readily view the source, that is a ...
5
votes
9answers
2k views
Reading source code to learn
As you develop as a programmer, software developer, or coder, IMHO, you begin to see different (best or worst) practices, different algorithms, and "more than one way to do it". Seeing this code can ...
4
votes
5answers
558 views
Example bad code project to motivate refactoring / good design [closed]
This is sort of the opposite of Is there an open-source project that can be an example of well-written code?.
I am teaching software engineering to undergraduates and I would like a blob of object ...