From dd4cd4f3f8b87b0fce2ee8572bd3c111aa6f98f3 Mon Sep 17 00:00:00 2001
From: David Capello
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+
+ 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. +
+We recommend you to use the SourceForge tracker to do specific reporting of issues: