タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

bookとリファクタリングに関するefclのブックマーク (4)

  • Announcing the Second Edition of "Refactoring"

    For the past two years, I've been working on a second edition of my book "Refactoring". Here I have details about the new edition and some memos describing my thoughts in the last months of this project. The book is now available and you can buy it from informit (the web presence of the publisher), Amazon, or your favorite book seller. Purchasing the book gives you access to the canonical web edit

    Announcing the Second Edition of "Refactoring"
    efcl
    efcl 2018/03/31
    Martin Fowlerのリファクタリングの改訂版はJavaScriptで書かれる予定。 https://martinfowler.com/articles/refactoring-video-store-js/ をやっていたのはこれなのか
  • Refactoring JavaScript

    If your JavaScript is a mess, frameworks can only do so much to help. No matter what framework, "compiles-to-JS" language, or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor. With this hands-on guide, you’ll learn how test and refactor your existing code to help reduce complexity, improve readability, and gain confidence i

    efcl
    efcl 2017/07/20
    JavaScriptのリファクタリングについての書籍。PDF版が無料で公開されている。 ES2015+な文法を使ったリファクタリング、テストの仕方、OOPやFPのアプローチを使ったリファクタリングなどについて解説されている
  • レガシーコード改善ガイド・知識編 - Strategic Choice

    書籍「レガシーコード改善ガイド(Working Effectively with Legacy Code)」の「第1部 変更のメカニズム」より、レガシーコード改善作業の前提となる知識をまとめます。目次レガシーコードとは変更:ソフトウエア一般 ソフトウェア変更の課題ソフトウェア変更のリスクソフトウェア変更の方法回帰テストによるソフトウェアの保護回帰テストの問題点単体テストによるソフトウェアの保護単体テストの境界線変更:レガシーコード特有 レガシーコード変更の課題レガシーコード変更の心構えレガシーコード変更の方法関連エントリレガシーコード改善ガイド・知識編(エントリ)レガシーコード改善ガイド・戦術編レガシーコード改善ガイド・戦略編出典レガシーコード改善ガイド (Object Oriented SELECTION)作者: マイケル・C・フェザーズ,ウルシステムズ株式会社,平澤章,越智典子,稲葉

    efcl
    efcl 2015/01/12
    レガシーコード改善ガイドの目次的に使えそう
  • 1