LoginSignup
5
2

More than 5 years have passed since last update.

第1回つぶやき英語勉強会 ~ インデントつけてみる ~

Last updated at Posted at 2017-01-25
1 / 10

英語にインデントつけてみる試み。


よみましょう!

The path to changeable and maintainable object-oriented software begins with classes that have a single responsibility. Classes that do one thing isolate that thing from the rest of your application. This isolation allows change without consequence and reuse without duplication.


3つの文章です。


The path to changeable and maintainable object-oriented software begins with classes that have a single responsibility.


インデントつけてみました。


The path 
    // to changeable and maintainable object-oriented software
begins with 
classes 
    // that have a single responsibility.

ex) He began with a joke.


Classes 
    // that do one thing 
isolate 
that thing 
from 
the rest of your application.

ex) He isolated himself from all his acquaintances.


This isolation
allows 
change 
    // without consequence 
and reuse 
    // without duplication.

ありがとうございました!

5
2
2

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
5
2