File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1111 8 . [ Error Handling] ( #error-handling )
1212 9 . [ Formatting] ( #formatting )
1313 10 . [ Comments] ( #comments )
14+ 11 . [ Translation] ( #translation )
1415
1516## Introduction
1617![ Humorous image of software quality estimation as a count of how many expletives
@@ -587,7 +588,7 @@ are pretty rare. Most things can be refactored to have no side effects!
587588
588589 2 . Cloning big objects can be very expensive in terms of performance. Luckily,
589590this isn't a big issue in practice because there are
590- [ https://facebook.github.io/immutable-js/ ] (great libraries ) that allow
591+ [ great libraries ] ( https://facebook.github.io/immutable-js/ ) that allow
591592this kind of programming approach to be fast and not as memory intensive as
592593it would be for you to manually clone objects and arrays.
593594
@@ -2152,3 +2153,12 @@ const actions = function() {
21522153};
21532154```
21542155** [ ⬆ back to top] ( #table-of-contents ) **
2156+
2157+ ## Translation
2158+
2159+ This is also available in other languages:
2160+
2161+ - ![ br] ( https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Brazil.png ) ** Brazilian Portuguese** : [ fesnt/clean-code-javascript] ( https://github.com/fesnt/clean-code-javascript )
2162+ - ![ cn] ( https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png ) ** Chinese** : [ alivebao/clean-code-js] ( https://github.com/alivebao/clean-code-js )
2163+
2164+ ** [ ⬆ back to top] ( #table-of-contents ) **
You can’t perform that action at this time.
0 commit comments