TechSpectator
- Karma
- 1
- Created
- January 28, 2012 (14y ago)
- Submissions
- 0
-
I've seen Chrome extensions which remove the site's <script> tag and replace it with a modified version, which isn't ideal because any minor JS change can break it. I've seen using debugger tools to place a breakpoint…
-
I'm working on a project and am considering a full rewrite in order to clean up bad code, improve security, and most importantly: make it easier to add new features going forward. I'm knowledgable in PHP, and new to…