You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translations/bg_BG/readme.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,6 @@
74
74
75
75
## Важни, Не-Идиоматични Неща:
76
76
77
-
### Code Quality Tools, Resources & References
78
-
79
77
### Инструменти за Качество на Кода, Ресурси & Референции
80
78
81
79
*[JavaScript Plugin](http://docs.codehaus.org/display/SONAR/JavaScript+Plugin) for [Sonar](http://www.sonarsource.org/)
@@ -112,9 +110,9 @@
112
110
113
111
Проектите винаги трябва да включат някои общи средства, чрез които източникът да бъде свързан, тестван и компресиран при подготовка за производствена употреба. За тази задача, [grunt](https://github.com/gruntjs/grunt) на Бен Алман е най-добрата от всички официални заместители на папката "kits/" в това хранилище.
114
112
115
-
### Test Facility
113
+
### Тестова база
116
114
117
-
Projects _must_ include some form of unit, reference, implementation or functional testing. Use case demos DO NOT QUALIFY as "tests". The following is a list of test frameworks, none of which are endorsed more than the other.
115
+
Проектите трябва да включват някаква форма на единица, референция, имплементация или фунционално тестване. Демострационни случаи на употреба НЕ СЕ КВАЛИФИЦИРАТ като "тестове". По-долу има списък със тестови рамки, нито една от които не е одобрена повече от другата.
118
116
119
117
*[QUnit](http://github.com/jquery/qunit)
120
118
*[Jasmine](https://github.com/pivotal/jasmine)
@@ -127,7 +125,7 @@ Projects _must_ include some form of unit, reference, implementation or function
127
125
*[Tape](https://github.com/substack/tape)
128
126
*[Jest](https://facebook.github.io/jest/)
129
127
130
-
## Table of Contents
128
+
## Съдържание
131
129
132
130
*[Whitespace](#whitespace)
133
131
*[Beautiful Syntax](#spacing)
@@ -145,21 +143,17 @@ Projects _must_ include some form of unit, reference, implementation or function
145
143
------------------------------------------------
146
144
147
145
148
-
## Preface
149
-
150
-
The following sections outline a _reasonable_ style guide for modern JavaScript development and are not meant to be prescriptive. The most important take-away is the **law of code style consistency**. Whatever you choose as the style for your project should be considered law. Link to this document as a statement of your project's commitment to code style consistency, readability and maintainability.
151
-
152
-
153
-
146
+
## Предговор
154
147
148
+
Следващите раздели посочват едно разумно ръководство на стил за съвременна разработка на JavaScript и не е предназначен за норматив. Най-важната част е **закона за постоянност на стила на кода**. Каквото и да изберете като стил за вашия проект, трябва да се счита за закон. Използвайте този документ като напътствие на вашето отдаване към проекта ви за консистентност на стила на кода, четимост и поддържане.
155
149
156
-
## Idiomatic Style Manifesto
150
+
## Манифест на идиоматичния стил
157
151
158
152
159
-
1. <aname="whitespace">Whitespace</a>
160
-
-Never mix spaces and tabs.
161
-
-When beginning a project, before you write any code, choose between soft indents (spaces) or real tabs, consider this **law**.
162
-
-For readability, I always recommend setting your editor's indent size to two characters —this means two spaces or two spaces representing a real tab.
153
+
1. <aname="whitespace">Празно пространство</a>
154
+
-Никога не смесвайте спейсове и табове.
155
+
-Когато започнете един проект, преди да почнете да пишете какъвто и да е код, изберете между меки отсъпи (интервали) или реални табулации, считайте го за **закон**
156
+
-За четимост, винаги препоръчвам да зададете размера на отстъпа на вашия редактор на два знака —което означава два интервала или два интервала, представляващи истинска табулация.
163
157
- If your editor supports it, always work with the "show invisibles" setting turned on. The benefits of this practice are:
0 commit comments