Hey! I'm Swofty, an avid Java / C++ programmer with tons of real-world experience. Although most knowledgeable in Java and C++ I am also familiar with PHP, Python, JS, Ruby, and C#.
I own the Atlas Network (9k discord members), where I manage and code alongside a development team of 8 - We have had over 150 thousand unique players log in and our codebase contains over 1 million LOC. I am also a former developer on Hyperlands (30k discord members), which was the second biggest non-featured MCPE server on the market.
class Swofty extends Programmer {
pronouns = "he / him";
languages = [Java, C++, CSharp, Python, Ruby, PHP, Lua, Rust, Haskell]; // order from most used to least
current_projects = [AtlasMC, HyperLands];
conventions = [camelCase, PascalCase]; // properties & functions, classes
constructor() {
super("Java"); // programmer constructor takes a main language parameter
// dm me Swofty#0001
this.comissions = true;
}
greet() {
return "hello fellow code monkey";
}
}