Coder Social home page Coder Social logo

pathobjects-thesis's Introduction

PathObjects - Revealing Object Interactions to Assist Developers in Program Comprehension

Abstract

Program comprehension is a tedious necessity during software development with complex cognitive demands. Reportedly, it amounts to up to 60% of the software engineering time and labor. One reason that makes program comprehension such a time-consuming activity is that it requires developers to bridge a gap of abstraction levels. Namely, the low-level abstractions of the inner workings of computers and the high-level abstractions of object-oriented programming languages and design documents diverge. Unfortunately, widespread development tools contribute little to bridge this gap, and present information about program behavior with technical views instead of adapting to the abstractions of object-orientation. However, to close this gap, an information presentation at the abstraction level of objects and their interactions would be desirable, which in turn could contribute to reduce the time required for program comprehension.

Therefore, this thesis presents PathObjects, an interactive way of diagraming program behavior at the abstraction level of object interactions. It allows developers to navigate and explore execution traces through an immediate information presentation while maintaining a low memory footprint. We put this concept into practice with an implementation for the Squeak/Smalltalk environment. With the aid of a user study, we show that PathObjects can help developers to comprehend an unknown software system faster and to a higher degree compared to the standard development tools. We conclude that our concept can assist developers in object-oriented program comprehension by closing the gap of abstraction levels, and thus represents a step towards the reduction of the required time of this laborious activity.

Download Thesis

The LaTeX sources and a precompiled PDF version are available here.


Building

Requirements

Build

$ git clone [email protected]:leoschweizer/PathObjects-Thesis.git
$ cd PathObjects-Thesis
$ rake

Sneak Peek


License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.