Code Monkey home page Code Monkey logo

lightbulb's Introduction

Randy Hodge

JALC Spring 2017

POJO Lab - Lightbulb

Goals

  • create plain old Java objects (POJOs)

Rules

  • instantiate this object
  • identify & define object's properties
  • define composite objects (at least two sub-levels)
  • each property must have accessors & mutators with proper visibility

For Extra Credit

  • Unit tests for each method
    • set, get, assert
  • Submitted by 11:59pm, 02-17-17

Lab 3 - Interfaces

Goals

  • introduce usage of interfaces and their implementations
  • Reinforce the Interface Segregation Principle
  • demonstrate capability to improve on previous work

Rules

  • discuss the design change of POJO lab (must be approved)
  • add action methods via the interface mechanism
  • main class will require at least two action based methods
    • ie, two interfaces
  • four other action methods throughout source

lightbulb's People

Contributors

hodge-zf avatar

Watchers

 avatar

lightbulb's Issues

.class files should not be committed

in the root of your repository directory, create a .gitignore file. Make sure to add the preceding ..

In that file add *.class

git add .
git commit -am 'adds ignore file'

Now delete all your *.class files. You can do this from the command line as rm *.class from the class files are located. If you move stuff around, you will need to follow them.

now do git add . again. This will "add" the removed files. Counter-intuitive, I know.
then git commit -am 'removes .class files'
then git push.

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.