Giter VIP home page Giter VIP logo

design-pattern-code-generator's Introduction

Design-Pattern-Code-Generator

Overview

Design Pattern Code Generator(DePaCoGe) IntelliJ Plugin is a code generator plugin which will generate user's desired design pattern. This DePaCoGe plugin is designed as a dockable window pane. The tab to open the window is located on the right side of the IDE. When users open the window, they will see a list of available design patterns. After the user chose the design pattern they want, the pop-up window will prompt the user to enter the interface, class, methods and field names. The name clash analyzer will then check if there is any name clash error happening in the same scope. If there's no name clash, the generated code will be inside the user’s project’s src folder so that the user can easily locate the generated design pattern. Otherwise, a error dialog will pop up and tell user whcih name they entered has a name clash. The code of design pattern won't be generated if there is a name clash. All generated files are in .java format

Installation

This DePaCoGe IntelliJ Plugin should be imported using IntelliJ with SDK 1.8 and with Gradle tool and add all the dependencies in the build.gradle

Deployment

When running the plugin, please use runIde from gradle. You can find the runIde option under Gradle -> Tasks -> intellij -> runIde. After the plugin is running, it will generate a project simulator. You will be able to see the plugin on the right hand side of the simulator

Document

Document shows the project overview, the project design, implementation of each design pattern, results, and conclusion

design-pattern-code-generator's People

Contributors

emilylin8073 avatar

Watchers

 avatar  avatar

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.