|
You are here |
www.artima.com | ||
| | | | |
dirtsimple.org
|
|
| | | | | I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that ... | |
| | | | |
dlang.org
|
|
| | | | | ||
| | | | |
weblog.raganwald.com
|
|
| | | | | ||
| | | | |
blog.mgechev.com
|
|
| | | Note: The following blog post is based on the library aspect.js, which can be found here. The object-oriented programming paradigm is powerful. We design an OO system by decomposition of the problem domain, following guiding principles concerning the decomposition and the communication between the different modules. The process is structured; it involves logical thinking, understanding of the domain and eventual predictions for the future evolution of the system. Often we're trying to keep our code DRY (... | ||