Giter Club home page Giter Club logo

codeuteam19's Introduction

Team 19 CodeU Project

Tests

We use Java's junit for testing. This is optional if you want to learn about testing. Open up src/test/java/com/google/codeu/data/MessageTest.java for a simple example. junit documentation

To execute the tests:

mvn test

The tests will also get run when we open Pull Requests, and whenever you push something to the Git server.

Checkystle linter

We are using a linter to ensure standard formatting and consistency with our java code.

This will be enabled when you try to commit your code. If there are lint errors, you will have to resolve them before your code can be committed.

Pre-commit example:

git commit -m "This is my commit message"

Maven example (if you want to lint before committing):

mvn checkstyle:check

Setup

There are a few required steps to do before it can be used on your local machine. In your terminal, navigate to the root directory of the project.

cd ~Desktop/codeu-starter-project

Now, let's set executable permissions on the pre-commit file.

chmod +x hooks/pre-commit

We must now tell Git to use the pre-commit file as our pre-commit hook.

git config core.hooksPath hooks

codeuteam19's People

Watchers

 avatar  avatar

Forkers

srf6413

codeuteam19's Issues

Backend Data

I'm gonna re-write some of the code I wrote last week to work better with the CalendarAPI documentation I found.

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.