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+
+ 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: