From dd4cd4f3f8b87b0fce2ee8572bd3c111aa6f98f3 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 10 Apr 2010 15:37:52 -0300 Subject: [PATCH] Added some notes about source code. --- README.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.html b/README.html index 937a2d434..b5bdde3a8 100644 --- a/README.html +++ b/README.html @@ -44,6 +44,7 @@ Installation
Uninstallation
Source Code
+ Design
Contact Information
License
Legal Issues
@@ -203,12 +204,27 @@ data/

Also, you can make dependencies of the files (if you are trying to - hack the ASE source code): + modify ASE source code):

~/aseprite-src/$ sh misc/deps.sh

+

DESIGN

+

+ I started ASE development about 10 years ago. It was originally + programmed in C language. Recently I changed it to C++ and started + to refactor some code. Anyway there are big parts of source code + which does not follow "good design" practices, and maybe those parts + will stay just like they are for a long time. +

+

+ Refactoring code to improve the design of the application is + something I love to do, but users do not appreciate it so much. + "New features" and "fixing bugs" are the main goal, then refactoring + (and avoid incorporating new bugs) should be second priority. +

+

CONTACT INFORMATION

We recommend you to use the SourceForge tracker to do specific reporting of issues: