0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

JavaScriptの所感

Posted at

JavaScriptの所感

最近改めてJavaScriptを触ってみて、改めて感じたことをいくつか書き残しておきます。

1. 柔軟さとカオス

良くも悪くも柔軟すぎる言語仕様。コーディングスタイルを統一しないとすぐにカオスになる。

2. 非同期処理の進化

昔はコールバック地獄に悩まされたが、Promiseやasync/awaitのおかげで随分書きやすくなった。

3. エコシステムの豊富さ

ライブラリやフレームワークが豊富。ReactやVueなど、選択肢が多いのは嬉しい反面、キャッチアップが大変。

まとめ

JavaScriptは依然としてWeb開発の中心にあるが、その柔軟さゆえに注意点も多いと感じた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?