Skip to content

Want to brush up on basics over winter break? This is the repo for you!

Notifications You must be signed in to change notification settings

Iron-Panthers/winter-break-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS STILL A WIP, UNCOMPLETED

winter-break-fun

Want to brush up on basic Java skills over winter break! This is the repo for you!

Iorn Pants

Instructions

There are several assignments in this Google Doc
Follow along with the lessons and instructions there in order to learn more about Java!

Setup

Clone this repo and branch off of main
Then, navigate down to \lib\src\main\java and run a build (next section)

Test\Build!

Once you've determined which assignments you'd like to do, go write up some code in the corresponding files. You can then run a gradle test to see if your solutions are correct!

In order to run a test (or a build) you have multiple options.

You could hit {ctrl} + {shift} + b + b

or if that doesn't work, you could go the old-fashioned way and run

{ctrl} + {shift} + p
WPILib: Build Robot Code
java

Don't touch the tests I've written, as that's not the point lol. However, you can write your own (add more tests) and use them to help debug your problems.

Spotless Errors?!

Make sure to save your files with {ctrl} + s
I've configured it so that spotless will automatically format your files when you save, so it'll make your code look pretty.

If you hate me, then you can also use ./gradlew spotlessApply in the terminal to format all files at once

About

Want to brush up on basics over winter break? This is the repo for you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages