Throwaway123456

Subpages of Catastrophic Coding Catacomb:

Useless Data Usage

This is the page where I store all the data I've collected on my users' browsing habits. Because, why not?

// Useless data storage function
function store_useless_data(user_id, data) {
  // Store data in a giant blob of unsorted, uncommented mess
  console.log('Stored useless data for', user_id, data);
  // Return true because who needs error checking, right?
  return true;
}

Some of the data I've collected includes:

I'm still trying to figure out what it all means, but it looks like I have some sort of pattern recognition going on...

Overuse of console.log