来源:
http://cobaia.net/2010/09/top-funny-source-code-comments/Top funny source code comments
by Vinícius Krolow on setembro 14th, 2010
<!--end post header-->
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* OK; before you read the following code know what I am trying to do.
* I needed to get the list of child catagories from the root node so that
* the root node didn't appear in the selection box. But for some stupid
* fucking reason the stupid fucking DBA wont let me access the items using
* indices and I instead have to use their stupid fucking Iterator
* implementation. So there.
*/
$firstList = $this->getRootNode()->getChildren();
foreach ($firstList as $node)
{
$nodes = $node->getChildren();
break; // wtf?
}
|
1
|
// if i ever see this again i'm going to start bringing guns to work
|
1
|
//hack for ie browser (assuming that ie is a browser)
|
1
2
3
4
5
6
7
8
|
/**
* For the brave souls who get this far: You are the chosen ones,
* the valiant knights of programming who toil away, without rest,
* fixing our most awful code. To you, true saviors, kings of men,
* I say this: never gonna give you up, never gonna let you down,
* never gonna run around and desert you. Never gonna make you cry,
* never gonna say goodbye. Never gonna tell a lie and hurt you.
*/
|
1
2
3
4
5
6
7
8
9
10
|
//
// Dear maintainer:
//
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
//
// total_hours_wasted_here = 16
//
|
1
|
// TODO: Fix this. Fix what?
|
1
2
3
|
// no comments for you
// it was hard to write
// so it should be hard to read
|
1
|
// I will give you two of my seventy-two virgins if you can fix this.
|
1
|
options.BatchSize = 300; //Madness? THIS IS SPARTA!
|
1
2
|
// I am not responsible of this code.
// They made me write it, against my will.
|
1
2
|
//Dear future me. Please forgive me.
//I can't even begin to express how sorry I am.
|
1
|
double penetration; // ouch
|
1
|
# To understand recursion, see the bottom of this file.
|
At the bottom file:
1
|
# To understand recursion, see the top of this file.
|
1
|
//I am not sure why this works but it fixes the problem.
|
1
2
|
//somedev1 - 6/7/02 Adding temporary tracking of Logic screen
//somedev2 - 5/22/07 Temporary my ass
|
1
2
3
4
5
6
7
|
/*
* You may think you know what the following code does.
* But you dont. Trust me
* Fiddle with me, and youll spend many a sleppless
* night cursing the moment you thought you be clever
* enough to "optimize" the code below.
* Now close this file and go play with something else.
|
1
|
// Magic. Do not touch.
|
1
2
3
|
// I dedicate all this code, all my work, to my wife, Darlene, who will
// have to support me and our three children and the dog once it gets
// released into the public
|
1
2
|
//When I wrote this, only God and I understood that I was doing
//Now, God only knows
|
分享到:
相关推荐
11个程序员幽默代码注释
这个标题中的“搞笑”可能是指代码中使用了一种巧妙或者意外的方式实现了这个效果,例如通过快速切换位置使得小人看起来像是瞬移。 在C语言中,实现这种动画效果通常涉及到以下几个关键知识点: 1. **字符输出与...
在编写代码注释、故障排查指南或系统警告时,简明扼要的表述有助于快速理解和解决问题。 3. **反讽和隐喻**:“最佳戒烟广告”和“香水制造公司的广告”运用了反讽和隐喻,这是一种有效的沟通策略。在IT项目管理中...
6. **幽默元素**:“搞笑版”可能意味着源码中有特别的彩蛋、幽默注释或功能,让程序员或使用者在学习和使用过程中感受到乐趣。 7. **学习与分享**:对于学习者来说,这样的源码提供了实际的案例,可以学习到实际...
3. **语言的创意运用**:文件中的祝福语句多用幽默和双关,这提醒我们在编写代码注释、产品说明或者客户服务中,可以尝试用创意和有趣的语言提高用户的阅读体验。 4. **跨文化交流**:有些祝福语含有中文翻译,显示...
- `说明.htm` 和 `说明.txt` 提供了程序的使用指南或开发者注释,帮助用户理解和使用程序。 9. **外部文件引用**: `chinaz.com.txt` 可能是外部引用的资源,比如API接口文档或网站统计代码。 综上所述,38搞笑网...
【小程序精选源码——娱乐搞笑.rar】是一个包含小程序源代码的压缩文件,主要专注于娱乐和搞笑类应用。这个资源可能是为了帮助开发者学习如何构建类似的应用,或者为已经有一定基础的开发者提供灵感和模板。在深入...
9. **代码注释和文档**:尽管这是一个整人小程序,但良好的代码组织和注释仍然很重要,有助于理解代码的逻辑和功能。 10. **编程伦理**:虽然整人小程序可能带来乐趣,但开发者也应尊重用户,避免造成不必要的困扰...
在编程中,有时候开发者会用一些幽默的标签或注释来增加代码的趣味性,但这也可能让人对程序的实际内容产生困惑。 【压缩包子文件的文件名称列表】:我是猪.vbe "我是猪.vbe" 这个文件名可能指的是一个Visual ...
最后,Web设计师在编写代码时,可能更加注重可读性和代码结构,比如使用注释和更直观的变量名: ```python def factorial(x): #------------------------------------------------- #--- Code snippet from The ...
“微信小程序-项目源码-原生开发框架-含效果截图示例”这份资源,不仅包含了完整的微信小程序项目源码,而且基于原生开发框架,确保了代码的健壮性和可扩展性。源码中涵盖了微信小程序的基础架构、页面布局、功能...
良好的代码注释有助于团队协作,提高代码可读性和可维护性。但现实往往是程序员在赶工时忽视了注释的编写,导致后期维护困难。 "休言敏捷易,做来断人肠",这句暗示了敏捷开发方法的实施难度。敏捷开发强调快速响应...
7. **汇编与反汇编**:了解如何将高级语言编译成汇编代码,以及如何将汇编代码反汇编回源代码。 8. **调试与上机实践**:实际操作是学习汇编的重要环节,通过上机编写和调试汇编程序,可以深入理解其工作原理。 ...
它的简洁界面和易用性使得无论是初学者还是专业人士都能轻松上手,进行各种创意表达,如制作表情包、搞笑图片,或是用于技术博客中演示代码执行效果。 1. **GifCam的功能特性** - **实时录制**:GifCam允许用户...
在"1111.rar"压缩包中,可能包含了新大话西游经典系列搞笑娱乐程序的源代码。通过分析这些源代码,我们可以学习到如何在Windows环境中实现游戏逻辑、图形显示、音频处理以及用户交互等功能。游戏编程通常涉及到图形...
//注释:网友的力量是强大的 for(i=1;i<10;i++){ for(j=1;j<=i;j++){ str+=i+”*”+j+”=”+i*j+” “; if(i==j){str+=”\n”}; } } alert(str); [removed]不知道小秦用了什么办法,我是用了自制的...
在信息传达中,独特的表达方式往往能让人印象深刻,这在写作、演讲甚至编程中都有所体现,如编写代码时使用富有创意的变量名或注释,可以使代码更易于理解和记忆。 4. **情境理解**:文档中的很多笑话都需要对情境...
- 缺乏注释,使得其他开发者难以理解代码逻辑。 - 部分功能可能没有进行充分测试,存在潜在的bug。 - 性能优化不足,可能导致页面加载速度慢或资源消耗大。 为了改善这些问题,开发者可以考虑进行代码重构,提高...