How can I avoid the engineering mistakes of PDT?
Posted
by
ashy_32bit
on Programmers
See other posts from Programmers
or by ashy_32bit
Published on 2011-08-02T21:12:36Z
Indexed on
2012/12/18
23:13 UTC
Read the original article
Hit count: 139
As a developer with enough experience to evaluate a tool, I may say that PDT is very huge in size and slow in performance for a PHP IDE.
It gets bigger by release and exponentially slower by the size of the projects. Add some extra syntax coloring rules and it literally crawls, code completion works randomly and building workspace takes like forever. Java black magic (-Xmx etc) eases the pain a little but that's it.
So my questions are:
- Why is PDT like this? What design or engineering factors led to its poor performance?
- How can I avoid making these same mistakes in my own products?
© Programmers or respective owner