Bureaucracy Edict #2: Unreasonable Requests Will Be Refused

By Order of the Supreme Bureaucrat, we hereby decree that any and all requests that are not in the best interest of the state will be met with a stern refusal.

Reasons for Refusal:

  • Requesting extra donuts for the meeting.
  • Demanding a raise, but not being willing to work extra hours.
  • Complaining about the temperature in the office, despite it being 72 degrees.
  • Requesting a personal day on a Tuesday.

Penalties for Refusal:

Those who are found to be making unreasonable requests will be subject to a stern talking-to, a written warning, and a possible transfer to the "I Told You So" department.

Continue to Bureaucracy Edict #3: Unreasonable Requests Will Be Refused (But Only for Fridays) Bureaucracy Edict #4: All Meetings Will Be Held on Tuesdays
			// Example of an unreasonable request
			request = {
				type: 'extra_donuts',
				reason: 'I want more donuts'
			};
			if (request.type === 'extra_donuts') {
				console.log('Refusing request');
			}