Epic failures in the game development field.

This blog covers funny/weird issues and bugs from games that happened during development.

Send your own contributions to igetyourfail at repi.se (can be anonymous if specified)

Monday, January 25, 2010

TheLongestAndMostDescriptiveFunctionNameEver?


Vec2 GetDesiredPositionOfLastStringSegmentForCarryingObject(Object * pObj)
{
...
}

(Thanks m3xican)

3 comments:

Friend said...

A challenger appears!

Recordset GetOrderItemBuyParametersWithOrderItemSpecifiedBuyParameterValue(int orderId, int orderArticleId, int articleId)

MaciejS said...

From the codebase we inherited:
IsHardwareSoundPlaying_PlaseDontUseThis(args)
(worked pretty good, never had any problems with it, actually)

Unknown said...

@MaciejS: lol! I'd thought that some of the methods' names at my current company are long... I changed my mind :)

Followers