Author Topic: You know you have been doing too much when  (Read 3597 times)

Offline TechSY730

  • Core Member Mark V
  • *****
  • Posts: 4,570
You know you have been doing too much when
« on: February 16, 2012, 03:41:52 pm »
I think I have been taking my job as a Java developer and playing AI war too seriously lately.

I had a dream last night, where I was tired of seeing the "Poor efficiency" rating on some of my extra reactors, so I typed on them something along the lines of
Code: [Select]
@SuppressWarnings("reactor-efficiency")...

Yea it was a weird dream. Does this mean I've been thinking about both Java and AI War too much?


EDIT: Belated title fix
« Last Edit: February 22, 2012, 10:40:38 am by techsy730 »

Offline Mánagarmr

  • Core Member Mark V
  • *****
  • Posts: 4,272
  • if (isInRange(target)) { kill(target); }
Re: You know you have been doing to much when
« Reply #1 on: February 16, 2012, 03:57:20 pm »
I know the feeling. I copy-pasted a code-block to a buddy of mine the other day and missed an "s" in a switch:case statement. We both laughed a bit and then I typed

if (c.isWitch()) {
    c.Burn();
}

which we both laughed about for a quite a bit. So yeah...nerdiness :P
Click here to get started with Mantis for Suggestions and Bug Reports.

Thank you for contributing to making the game better!

Offline TechSY730

  • Core Member Mark V
  • *****
  • Posts: 4,570
Re: You know you have been doing to much when
« Reply #2 on: February 16, 2012, 04:13:50 pm »
I know the feeling. I copy-pasted a code-block to a buddy of mine the other day and missed an "s" in a switch:case statement. We both laughed a bit and then I typed

if (c.isWitch()) {
    c.Burn();
}

which we both laughed about for a quite a bit. So yeah...nerdiness :P

Code: [Select]
public boolean isWitch()
{
    return this.weight <= Duck.getArbitraryDuck().getWeight(); //Could of used this for Wood, or even this.material.equals(Wood.MATERIAL), but this is the most convenient
    //Intended to be a fair approximation of Water.willFloat(this), which is expensive, and in the worse case, can alter state in undesirable ways
}


(Double the nerdiness :D)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: You know you have been doing to much when
« Reply #3 on: February 16, 2012, 05:08:53 pm »
Quote
else if ( this.IsDuck || this.IsVerySmallRock || this.IsChurch ) //also a witch
{
 this.Burn();
}
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline KingIsaacLinksr

  • Master Member
  • *****
  • Posts: 1,332
  • A Paladin Without A Crusade...
Re: You know you have been doing to much when
« Reply #4 on: February 16, 2012, 05:38:05 pm »
You all need help. 

King

 :D
Casual reviewer with a sense of justice.
Visit the Arcen Mantis to help: https://www.arcengames.com/mantisbt/
A Paladin's Blog. Long form videogame reviews focusing on mechanics and narrative analyzing. Plus other stuff. www.kingisaaclinksr.com

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: You know you have been doing to much when
« Reply #5 on: February 16, 2012, 08:09:08 pm »
Sometimes, code infiltrates my normal speech, sometimes the otherway around.  There are a few lines in AIW with the comment "//bwahahahaha!".
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: You know you have been doing to much when
« Reply #6 on: February 16, 2012, 08:19:47 pm »
There are a few lines in AIW with the comment "//bwahahahaha!".

My favorite comment had to be one you left in AVWW.  I just found it today.  It started out "this is as wrong as bacon ice cream, but it works."  Sadly that was code from the old citybuilding section, and so it was getting purged anyhow.  But I thought it was funny. :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: You know you have been doing to much when
« Reply #7 on: February 16, 2012, 08:30:46 pm »
Hahaha, yea.  It was the CityStructure equivalent of changing a mkI fighter to an armored golem just by changing its UnitData reference to the other's type-data.  Except that here it worked because there was basically only one instance field that needed to be reinitialized.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: You know you have been doing to much when
« Reply #8 on: February 16, 2012, 08:35:06 pm »
Yeah, I saw. :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline BobTheJanitor

  • Master Member Mark II
  • *****
  • Posts: 1,689
Re: You know you have been doing to much when
« Reply #9 on: February 16, 2012, 08:55:35 pm »
Sorry, I'm the odd duck out here. I'm no programming nerd, but instead a language/grammar/literature nerd. And I can't stop looking at the error in your topic title and twitching.

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: You know you have been doing to much when
« Reply #10 on: February 16, 2012, 09:01:49 pm »
Sorry, I'm the odd duck out here. I'm no programming nerd, but instead a language/grammar/literature nerd. And I can't stop looking at the error in your topic title and twitching.
The Devourer accidentally his grammar book.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: You know you have been doing to much when
« Reply #11 on: February 16, 2012, 09:10:03 pm »
Whie u gotta be dowwn on this's title?  Hes just doin' fine.



Hmmm... too much?  All right, try this: irregardless of what is proper, sometimes people say to when they dont mean too.  There usually just normal people typing fast and there brain uses the word that sounds right, rather then the word they know is good.

Unless you're on yahoo answers, of course -- them people can't speel.

Brain exploded yet?  :D

PS - As a fellow grammar nerd, despite what you might guess from the fact that I rarely proofread the reams of stuff I write each day for these forums and blogs, I salute you.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Shrugging Khan

  • Hero Member Mark III
  • *****
  • Posts: 1,217
  • Neinzul Y PzKpfw Tiger!
Re: You know you have been doing to much when
« Reply #12 on: February 16, 2012, 09:18:27 pm »
I'm a professional grammar nazi (seriously.), and not even I care much about typos when I'm not at work. Which is probably proof of my not working enough  :o

Anyways, I went on a 6-hour AIW binge with the Tigers yesterday. Felt like Rommel! All night long after that, I kept seeing transporters full of the little buggers, and Dyson Gatlings everywhere, whenever I closed my eyes!
The beatings shall continue
until morale improves!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: You know you have been doing to much when
« Reply #13 on: February 16, 2012, 09:23:47 pm »
Felt like Rommel!
If we ever need quotes for a retail box again, that needs to be one of them.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline TechSY730

  • Core Member Mark V
  • *****
  • Posts: 4,570
Re: You know you have been doing something too much when
« Reply #14 on: February 17, 2012, 12:07:56 am »
Sorry, I'm the odd duck out here. I'm no programming nerd, but instead a language/grammar/literature nerd. And I can't stop looking at the error in your topic title and twitching.

Hey, give me a break. I was really groggy when I made the OP (I didn't sleep that well he previous night)

If it is any consolation, this post has a corrected subject