A committee dedicated to finding the most absurd, convoluted solutions to the most mundane problems.

			const overthink = () => { return 'I am overthinking'; }
			const procrastinate = () => { return 'I am procrastinating'; }
			const googleIt = () => { return 'I will just Google it'; }