タグ considered harmful
人気順 10 users 50 users 100 users 500 users 1000 users“Merge pull request” Considered Harmful | Spreedly Blog
I love Github – I think it’s made contributing to open source 1000% more approachable and enjoyable. But I’ve found the open source maintainer workflow that Github puts front and center in the form of... 続きを読む
404 Blog Not Found:perl - func(tion()) considered harmful?
#!/usr/bin/env perl use v5.12; use warnings; use utf8; use Encode qw/find_encoding/; use CGI qw/escapeHTML/; my $enc = find_encoding('UTF-8'); my $q = CGI->new("E=MC2"); say escapeHTML($enc->decode($q... 続きを読む
UTF8 フラグあれこれ - daily dayflower
perl, memoUTF8 フラグについてわかってるつもりだったんですが, utf8::is_utf8 considered harmful - Bulknews::Subtech - subtech を読んで混乱したので,自分なりにまとめてみました。間違いがありましたらご指摘よろしく。 まとめスカラー変数の内部表象の状態を示すものとして UTF8 フラグというものがあるスカラー変数は(リファレ... 続きを読む