public class Cody extends GitHubUser {
public Cody() {
super("xCodiq", "The Netherlands");
this.addLanguage("Java", "C++", "C", "Python", "C#");
this.addExperience(
"MineTrade",
"Respawn",
"MineSuperior",
"Blocky, LLC",
"MelonSMP",
"Antarctica Studios",
"The Minecart",
"Godwars",
"Chasecraft LLC"
);
}
}
public abstract class GitHubUser {
@Getter private final String username;
@Getter private final String country;
private final Set<String> languages = new HashSet<>();
private final Set<String> experiences = new HashSet<>();
public GitHubUser(String username, String country) {
this.name = username;
this.country = country;
}
public void addLanguage(String... language) {
this.languages.addAll(language);
}
public void addExperience(String... experience) {
this.experiences.addAll(experience);
}
}
🖥️
Ok at Java
Self taught Java Developer within the back-end world, exploring new tech everyday. CEO of xCodiq Development
- The Netherlands
-
02:58
(UTC +01:00) - www.xcodiq.com
- @xCodiq
Highlights
- Pro
Pinned Loading
-
-
-
tate-runner
tate-runner PublicSaxion IT's in the Game Project | 2022-2023 | Tate Runner | EHI1V.a3
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.