The Dink Network

Reply to Re: Dink with Lua scripting

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 31st 2013, 01:04 PM
farmer.gif
beuc
Peasant He/Him France
 
Implementing regression tests early in the development gains time - so this will actually make adoption faster, not slower
Plus we don't want to create a new DinkC that so easily breaks

I would suggest avoiding doing clean-ups and new features on the same code branch. Good practice is to make independent branch for each major change, so they can be reviewed and integrated independently - especially if I implement in the near future a few changes I have on my mind that may conflict with yours.