diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-06 00:20:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-06 00:20:40 +0900 |
| commit | d8c7e198e4338be30a33909666083154056eedba (patch) | |
| tree | 0c1c70f3f6d90dec91f9808506f14b732a451ff0 /vhosts/blog/public/posts/2024-02-22 | |
| parent | bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2 (diff) | |
| download | nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.gz nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.zst nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.zip | |
feat(blog/nuldoc): fix processing of tight list
Diffstat (limited to 'vhosts/blog/public/posts/2024-02-22')
| -rw-r--r-- | vhosts/blog/public/posts/2024-02-22/phpkansai-2024-report/index.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/vhosts/blog/public/posts/2024-02-22/phpkansai-2024-report/index.html b/vhosts/blog/public/posts/2024-02-22/phpkansai-2024-report/index.html index 0b4f3442..c4b4a9e9 100644 --- a/vhosts/blog/public/posts/2024-02-22/phpkansai-2024-report/index.html +++ b/vhosts/blog/public/posts/2024-02-22/phpkansai-2024-report/index.html @@ -76,9 +76,7 @@ </p> <ul> <li> - <p> - <a href="https://fortee.jp/phpcon-kansai2024/proposal/4e03491c-2a97-40aa-8ff9-a68593b0e847" rel="noreferrer" target="_blank">RDBアンチパターンと戦う - 削除フラグ 完全攻略ガイド (曽根 壮大 さん)</a> - </p> + <a href="https://fortee.jp/phpcon-kansai2024/proposal/4e03491c-2a97-40aa-8ff9-a68593b0e847" rel="noreferrer" target="_blank">RDBアンチパターンと戦う - 削除フラグ 完全攻略ガイド (曽根 壮大 さん)</a> <ul> <li> アンチパターンとして紙の上での知識だけあるものの、実際にどう設計すべきなのか、あるいは今すでに使われている場合にどう直していくべきなのかについては、知識がまったく足りていなかったため、よい機会となりました。データベース分野については、今後も知識のインプットと経験が必要だと感じています。 @@ -86,9 +84,7 @@ </ul> </li> <li> - <p> - <a href="https://fortee.jp/phpcon-kansai2024/proposal/c903c4be-77bb-47b9-85a1-5bfdfd61c1aa" rel="noreferrer" target="_blank">PHPコミュニティ、その魅力と熱狂をあなたにも!!! (ことみん さん)</a> - </p> + <a href="https://fortee.jp/phpcon-kansai2024/proposal/c903c4be-77bb-47b9-85a1-5bfdfd61c1aa" rel="noreferrer" target="_blank">PHPコミュニティ、その魅力と熱狂をあなたにも!!! (ことみん さん)</a> <ul> <li> もしこの記事を読んでいるあなたがまだ一度もカンファレンスや勉強会に参加したことがないなら、この記事はどうでもいいのでスライドを見てください。伝えるべきことは以上です。 @@ -96,9 +92,7 @@ </ul> </li> <li> - <p> - <a href="https://fortee.jp/phpcon-kansai2024/proposal/0e0befdb-2028-42c8-98e2-b19e434f5a82" rel="noreferrer" target="_blank">ほげ言語にあってPHPにない機能 (田中ひさてる さん)</a> - </p> + <a href="https://fortee.jp/phpcon-kansai2024/proposal/0e0befdb-2028-42c8-98e2-b19e434f5a82" rel="noreferrer" target="_blank">ほげ言語にあってPHPにない機能 (田中ひさてる さん)</a> <ul> <li> 私はプログラミング言語の比較が大好きなので、非常に楽しかったです。UFCS (Uniform Function Call Syntax) の知名度の低さには驚きましたが、D言語er で会場が埋め尽くされていたらそれはそれで驚きなのでやむなしかもしれません。個人的に「ほげ言語にあってPHPにない機能」の中で一番ほしいのは代数的データ型です。 |
