Created
February 24, 2011 18:37
-
-
Save tyru/842629 to your computer and use it in GitHub Desktop.
Vimスクリプトのデバッグ手法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use common::sense; | |
sub バグをみつけた { | |
undef | |
} | |
sub Vimの悪口を言う { | |
say "ソースコードがカオスすぎてイミフ"; | |
} | |
sub Vimスクリプトの悪口を言う { | |
say qw{ | |
Emacsみたいに関数だけだったらよかったのにExコマンドとかコマンドとかマッピングとかごちゃごちゃしてるし | |
:executeとかeval()のExコマンドバージョンだしそれを多用せざるをえないVimスクリプトは腐ってるとしか言い様がない | |
インターフェースは一番安定してるっぽいpythonでもかなり機能が限定されてるしというかVimスクリプトを書かざるを得ないし全部pythonでとか無理 | |
Vimスクリプトとか将来性を見出せないし仕事も見つからない | |
先生...Vimスクリプトを書いて生活したいです | |
Vimスクリプト大好き(死んだ目) | |
}; | |
} | |
sub Zimbuで書いた方がいいとか言い出す { | |
say "このコードは一刻も早くZimbuで書き直されるべき"; | |
} | |
until (バグをみつけた) { | |
Vimの悪口を言う; | |
Vimスクリプトの悪口を言う; | |
Zimbuで書いた方がいいとか言い出す; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment