NOOB CODING

while(confused) {
  buy("$NOOB");
  profit = true;
}

The only coin that appreciates your console.log() debugging skills

🚀 Join Community
Contract Address:
TBA - Coming Soon
9,999
Stack Overflow Visits
$404
Errors Fixed
Copy-Paste Skills

// What is NOOB CODING?

noob_coding.sol
pragma solidity ^0.8.0;

contract NoobCoding {
    // For everyone who googles "how to center a div"
    // For those who forget semicolons
    // For the true copy-paste masters
    
    string public motto = "It works, don't touch it";
    
    function isNoob() public returns(bool) {
        return true; // We're all noobs here
    }
}
🐛

Bug-Driven Development

If it compiles, ship it. We'll fix it in production.

📚

Stack Overflow Powered

90% of our code comes from accepted answers.

Coffee-to-Code Ratio

More caffeine = Better code. Science.

// Relatable Moments

$ npm install

Error: 17,453 vulnerabilities found

$ npm audit fix

✓ Fixed 0 vulnerabilities

Me: *sweats profusely*

// TODO: Fix this later

// FIXME: This is a hack

// HACK: Don't judge me

// Last update: 2019

Still in production

if (code.works()) {

  // Don't touch it

} else {

  console.log("It works on my machine");

}

// Join the Noob Army

Contract Address Copied!