Fediverse search system

Fediver

beta version

【FALSE】の検索結果


「FALSE」の二文字
​:vs:​
元気のGは始まりのG


[Auto Note]:Updated
Fetch URL:
https://github.com/misskey-dev/misskey
Commit: d54153f2 to f9a3db2a
refactor(frontend): refactor styles
Merge branch 'develop' of
https://github.com/misskey-dev/misskey into develop
refactor(frontend): refactor divider of panel style
fix(ci): quote
branches-ignore pattern in Storybook workflow (#15762)
chore: set ignorePatchFailures to false (#15763)


ああれかfalseにならないとダメなんだこれ
読解力カスだった
:blobcat_frustration:


自分は仕事ではPHPを書いているが、標準関数で0とfalseの両方を返しえて互いに意味が異なるというケースがよくあるので、
if ($hoge === false)
みたいな書き方はよくする。
if (!$hoge) だと0もfalseも一緒くたになるため)


int ippai_morau_job (very_large_struct_t* instance,
                     uint8_t* sugoi_nagai_binary,
                     bool nanikashira_flag,
                     uint32_t someone_number)
{
    bool very_long_name_flag = false;
    // 以下、なんかこう、なっがい処理
    // ...
}

RE:
https://mi.tsujigoya.net/notes/9wwwvs3udj