你在源代碼中遇到的最好的評論是什么?你在源代碼中遇到的最好的評論是什么?
3 回答

慕無忌1623718
TA貢獻1744條經驗 獲得超4個贊
/** * 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. */
對不起!
// // 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 = 42 //

Smart貓小萌
TA貢獻1911條經驗 獲得超7個贊
Exception up = new Exception("Something is really wrong."); throw up; //ha ha

慕哥6287543
TA貢獻1831條經驗 獲得超10個贊
//When I wrote this, only God and I understood what I was doing //Now, God only knows
添加回答
舉報
0/150
提交
取消