Yearly Archives: 2014


Integration Of Code Review and Bug Tracking

Goal This document will combine suggestions from blog posts, with the goal of outlining a new product with purpose of creating a new web application that integrates various online software development tools.  Integration will combine information from various sources, while adding new features not available on those sources, and providing […]


Improvements To Current GUI Designs

We write user interfaces using 3 different platforms. Swing (Java emulated) SWT (Java native) GWT (Java to Javascript native) Each of these platforms has a different programming interface for working with widgets.  In order for us to write code common to all of them, we borrowed their best ideas, and […]