View Single Post
  #4  
Old 03-22-2013, 08:27 PM
 
terrajaponica terrajaponica is offline
 

Newbie
  
Join Date: Jun 2012
Posts: 9
 

Default Re: Space at bottom of page

Also, use a versioning tool such as GIT or Subversion, this way you can easily make a diff with your... Say footer.tpl or home.tpl or socialize module.
If you break something, just run through history on files that you suspect. It could also be a CSS you just randomly added.

It's free and takes 5 mins to set up (I like tortoiseSVN myself, ok it's old but it does all the job with a right click).

Don't modify and shoot in the dark like this. If you make a modification and notice 1 week later that something goes wrong you are screwed.
I'm not asking to make scheduled functional testing, which is an heavy thing to set, but at least versioning and at some point some unit tests.
__________________
XCart Gold version 4.5.4

terrajaponica.com
Reply With Quote