- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
public enum AdjacentCell {
/// <summary>
/// Сверху.
/// </summary>
Above = ABOVE,
/// <summary>
/// Снизу.
/// </summary>
Below = BELOW,
/// <summary>
/// Слева.
/// </summary>
Left = LEFT,
/// <summary>
/// Справа.
/// </summary>
Right = RIGHT
}
private const int ABOVE = 0;
private const int BELOW = 1;
private const int LEFT = 2;
private const int RIGHT = 3;
Мы добавили немного констант в твой енам, чтобы ты мог использовать константы, пока используешь енам
wvxvw 10.03.2015 18:33 # 0
LightZ 10.03.2015 19:04 # 0
Особенно нравится /// </summary> :)
Lokich 10.03.2015 19:56 # +1
LightZ 10.03.2015 23:18 # 0
Fike 10.03.2015 23:13 # 0
bormand 11.03.2015 06:25 # +3
Разрабы вижуалки срали на читабельность исходников. Нужно больше XML тегов в комментах. Почему-то всякие докси да джавадоки спокойно без этого говна обходятся...
absolut 11.03.2015 06:56 # 0
bormand 11.03.2015 07:30 # 0
Lokich 11.03.2015 17:14 # 0
http://ndoc.sourceforge.net/usersguide.html
или https://www.simple-talk.com/dotnet/.net-tools/taming-sandcastle-a-.net-programmers-guide-to-documenting-your-code/
wvxvw 11.03.2015 10:22 # +1
bormand 11.03.2015 10:41 # 0
wvxvw 11.03.2015 15:37 # 0
wvxvw 11.03.2015 20:33 # 0
of XML documents using trusty TextPad. I also used a home-grown DTD. While I was working I used XSLT to
generate the web pages for the HTML site. For the diagrams I relied on my old friend Visio using Pavel Hruby's
wonderful UML templates (much better than those that come with the tool. I have a link on my Web site if you
want them.) I wrote a small program that automatically imported the code examples into the output, which
saved me from the usual nightmare of code cut and paste. For my first draft I tried XSL-FO with Apache FOP.
At the time it wasn't quite up to the job, so for later work I wrote scripts in XSLT and Ruby to import the text
into FrameMaker.
Patterns of Enterprise Application Architecture
By Martin Fowler, David Rice, Matthew Foemmel, Edward Hieatt, Robert Mee, Randy Stafford
bormand 11.03.2015 20:35 # 0
Впрочем, если там XML юзался на уровне того же FB2, то можно и руками долбить.
roman-kashitsyn 11.03.2015 10:41 # +1
bormand 11.03.2015 10:50 # +8
dxd 11.03.2015 11:32 # 0
bormand 11.03.2015 12:00 # 0
chtulhu 11.03.2015 11:36 # 0
chtulhu 11.03.2015 11:40 # 0
http://www.ibash.org.ru/quote.php?id=14145 - только ссылка на сам язык мертвая
bormand 11.03.2015 12:02 # +2
dxd 11.03.2015 14:21 # +1
bormand 11.03.2015 14:23 # 0
3.14159265 11.03.2015 21:30 # +11
Отсутствие XMLя - раздражитель.
ПРИШЛО ВРЕМЯ ПИСАТЬ XML
XML САМ НЕ НАПИШЕТСЯ
НАПИШИ ЕГО, НАПИШИ ЕГО ЕЩЕ РАЗ
ЗАЧЕМ МНЕ НУЖЕН JSON У МЕНЯ НЕТ ВРЕМЕНИ ЧТОБЫ ЕБАТЬСЯ С НИМ
ЛУЧШЕ ЕЩЕ РАЗ НАПИСАТЬ XML
Я ПИШУ XML ПО 3000 ТЕГОВ В ДЕНЬ
КАЖДЫЙ ТЕГ ЗАНИМАЕТ ДВАДЦАДЬ СЕКУНД
Я ЖИВУ АКТИВНОЙ И ПОЛНОЦЕННОЙ ЖИЗНЬЮ
Я УСПЕШЕН И ПОЭТОМУ ЦЕЛЫЙ ДЕНЬ ПИШУ XML
А ПОСЛЕ ЭТОГО ПАРСЮ ЕГО РЕГУЛЯРКОЙ
ТУПЫЕ ДЖЕЙСОНЩИКИ ОДЕРЖИМЫ ЧИТАБЕЛЬНОСТЬЮ
А Я СВОБОДНЫЙ ОТ ЗАДРОТСТВО ЧЕЛОВЕК
СКОЧАТЬ БЕЗПЛАТНО И БЕЗ РЕГИСТРАЦИИ DOM-ПАРСЕР
ZALGO IS TONY THE PONY HE COMESS
ЛУЧШЕ Я НАПИШУ ЕЩЕ ОДИН XML
И СКЛЕЮ ЕГО РУКАМИ, КРАКТОСТЬ НЕ НУЖНА
Я НЕ ПИСАЛ XML НЕДЕЛЮ
ПОЙДУ НАПИШУ
В XMLE ВСЕ ПРОСТО И ПОНЯТНО
ОШИБКА CDATA UNESCAPED '<' NOT ALLOWED ЭТО ЖЕ ОЧЕВИДНО КАК ЕЕ РЕШИТЬ
ПРИШЛО ВРЕМЯ ПИСАТЬ XML
ККОКОКОКОКОКОКО
JSON/YAML НЕЫНТЫПРАЙЗНО
КОКОКОКОКОКОКО
LispGovno 11.03.2015 22:13 # +2
Ну кстати да
Fike 12.03.2015 10:50 # 0
Stallman 12.03.2015 11:48 # 0
bormand 12.03.2015 11:55 # +3
js пашет?
Stallman 12.03.2015 12:54 # +5
Уже представил, как IDEшка отказывается показывать док, мотивируя тем, что нужно разрешить куки.
roman-kashitsyn 12.03.2015 12:13 # 0
guest 15.09.2015 21:12 # 0
Похоже по дефолту будет ِAbove.