GithubHelp home page GithubHelp logo

darmawanalbert / comp6213-finalproject Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 2.54 MB

This is a simple Book Store Program for COMP6213- Object Oriented Programming Class at Binus University International

Java 100.00%
java

comp6213-finalproject's Introduction

COMP6213-FinalProject

This is a simple Book Store Program for COMP6213- Object Oriented Programming Class at Binus University International


Suggestions

  • Class’ method should primarily manipulate class’ attribute (object oriented design principle)
  • Add comments (refer to SupportingDocuments/commenting.txt)
  • Look at the Guidelines about the steps needed to be done (refer to SupportingDocuments/Guide.pdf)
  • Look at the example provided by Mr. Tri (I already forward it to you guys, check your email)

Github How-Tos

  • Prerequisites

    1. Sign up for an account at Github
    2. Install git at your computer
  • To make a clone from git -> git clone [link]

  • Basic Steps

    1. go to the repository folder (using cd command at terminal for POSIX operating system or dir command at cmd for Windows)
    2. git pull
    3. made some changes
    4. git status
    5. git add -A / git add .
    6. git commit -m “any message"
    7. git push
  • Steps for branching

    1. git branch
    2. git branch newBranch
    3. git checkout newBranch
    4. usual stuff (git add, git commit, git push)
    5. git push
    6. add pull request at github.com
    7. review together
    8. merge it with master at github.com
  • Initialize Repo in Netbeans

    1. Team -> Git -> Initialize Repository
    2. Team -> Commit
    3. Team -> Remote -> Push
  • Additional Note:

    1. to escape conflicting message on terminal -> press esc and then :wq
    2. to merge with master -> git merge master

comp6213-finalproject's People

Contributors

elbertcl avatar zync288 avatar darmawanalbert avatar

Watchers

James Cloos avatar Tri AB avatar  avatar

Forkers

tbudiono

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.