Tenshou
- 153
- 1
Do any of you look at source codes from websites, do you write source codes?
The discussion revolves around the legality and implications of accessing and analyzing source code from websites, particularly focusing on JavaScript and server-side languages. Participants explore the benefits and drawbacks of open source code accessibility, as well as personal experiences with coding.
Participants generally agree that viewing source code is acceptable, but there are differing opinions on the implications of this accessibility, particularly regarding security and code reuse. The discussion remains unresolved on the best practices for handling and utilizing open-source code.
Some participants express uncertainty about specific legal restrictions and the implications of using open-source code, highlighting the need for clarity on licensing and redistribution rights.
That's a very silly question to ask in a forum section that is devoted to programming and computer science.Tenshou said:Do any of you look at source codes from websites, do you write source codes?
Borg said:I look at source code all the time. That's how I know what parts of sites I want to block. I also find it interesting to see how clean code is from one site to another. Attention to detail says a lot about the programmers.
Tenshou said:so what good is it then if it can be deciphered?