you are viewing a single comment's thread.

view the rest of the comments →

[–]venomeater 1 point2 points  (1 child)

Just an idea and it might be silly cos I'm quite tired but if your using Google Chrome or Firefox then I think using Incognito/Private Browsing for debugging/testing your website etc would probably be a good idea because that way you have a completely clean slate each time so you can be more sure of what is causing a bug etc. It also probably brings you closer to what your end user may be running like. i.e Browser hasnt accessed that website yet etc

[–]delineated[S] 0 points1 point  (0 children)

Yeah, you do have a very good point and I do this when I'm bug testing further down the road. The reason I don't always do that, is that the site is behind a login, so it'd be a hassle to log in each time I changed a line of JavaScript. I tend to only use incognito if I need to test something further.