Conversation
Notices
-
Who the heck came up with the name for "checkIfThisMatchShouldBeReplaced()". It's like there was a contest to find the longest, stupidest name possible.
Friday, 08-Jun-12 21:31:43 UTC from web-
@redenchilada I've seen a lot worse when looking through the debug symbols in a game I was hacking. Something along the lines of "RemoveThisPlayerIfTheyAreMountedButNotIfTheyreMountedOnACashShopPet" or something
-
@minti I'm going to write an absurdly long method somewhere in this program now, just out of spite.
-
@redenchilada I hope you're using the most important function in Android! http://ur1.ca/28yh5 :3
RedEnchilada (notice the lack of a space) likes this. -
@bitshift oh my god lol
-
@bitshift I know what that's for
-
@redenchilada And in case you didn't find out why that's actually a perfectly valid function yet: http://developer.android.com/guide/developing/tools/monkey.html
-
@ceruleanspark As do I, but the summary is still funny. :)
-
@redenchilada TL;DR: the Monkey tool messes with your app to stress test it, and isUserAMonkey() can be used to prevent undesirable actions being taken due to a monkey-driven event (for example, if you were monkey-testing !sconan, you'd probably want to wrap notice-posting in an isUserAMonkey() check, so it doesn't actually post tons of gibberish).
-