这是写在前面的话: 在开发中的时候,应该、可能、或许会看到有趣的注释
遇到类似的注释能让开发更加的有乐趣,我提倡程序猿继续传承下去这个美好优良传统
/**
* 请不要尝试修改属性lng和lat为别的数据类型,相信我,改了之后,你会后悔的。
* 至于原因,创建的时候我应该知道,现在只剩下上帝知道
*/
/*
* ┏┓ ┏┓
*┏┛┻━━━┛┻┓
*┃ ┃
*┃ ━ ┃
*┃ ┳┛ ┗┳ ┃
*┃ ┃
*┃ ┻ ┃
*┃ ┃
*┗━┓ ┏━┛
* ┃ ┃神兽保佑
* ┃ ┃代码无BUG!
* ┃ ┗━━━┓
* ┃ ┣┓
* ┃ ┏┛
* ┗┓┓┏━┳┓┏┛
* ┃┫┫ ┃┫┫
* ┗┻┛ ┗┻┛
*
*/
//I am not sure if we need this, but too scared to delete.
//I am not sure why this works but it fixes the problem.
for(int i = 0;i<100;i++){
save();//save the document for 100 times to ensure it has been saved successfully.
}
//
// 敬爱的维护者:
//
// 如果你在优化本例程函数时遇到麻烦,请自增下面的计数器
// 以提醒下一个维护者:
//
// total_hours_wasted_here = 16
//
// your computer is not cooperating. Kick your CPU cabinet and try again!