TechSpectator

↗ HN profile [ 15.4 ms ] full profile
Karma
1
Created
January 28, 2012 (14y ago)
Submissions
0
  1. 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…

  2. 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…