TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #724 · 29.12

Уже давно преимущественно пользуюсь такси Комфорт, а тут вот несколько раз съездил Экономом (в предновогодней суете цены на такси взлетели кратно). И, как ни крути, разница заметна. Но проявляется она не столько в моделях автомобилей и, тем более, не в мастерстве водителя. Разница в том, что в Комфорте тебе буквально комфортнее: машина помытая снаружи и чистая внутри, в ней приятный запах, водитель ведет себя вежливо и соблюдает некоторый этикет. В Экономе же довезут тебя с тем же качеством перемещения, но в салоне может висеть ядрёный ароматизатор, снаружи машина любого цвета будет серой, а водитель противно чавкает, шмыгает носом или мерзко и громко хрустит костяшками. Как вообще водители переходят из одного класса в другой? Вряд ли там есть пункт "Чтобы перейти в Комфорт чаще мойте машину". И не по оценкам тоже, в обоих категориях бывают как оценки, близкие к 5, так и ниже. И уж тем более не будет пункта "Не нужно периодически громко причмокивать". Сдаётся мне, какие-то критерии есть, касаются они общей аккуратности и внимательности человека, и так уж совпало, что люди, попадающие под них, ещё и сами по себе ведут себя приятнее. Уверен, есть водители, которых от более высокой оплаты в Комфорте отделяет не невозможность купить машину дороже, а тупо нежелание за ней как следует ухаживать. И за собой. Всё взаимосвязано, а разруха таки в головах, не перестаю из года в год в этом убеждаться. #life

Hashtags

Резултати

Намерени 4 подобни публикации

Търсене: #tdd

当前筛选 #tdd清除筛选
djangoproject

@djangoproject · Post #198 · 29.11.2016 г., 16:10

https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137 Test-driven development (#TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy. I will introduce the core concepts of TDD.

Hashtags

djangoproject

@djangoproject · Post #334 · 09.05.2017 г., 05:21

https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137 #Test-driven development (#TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy.

Hashtags

djangoproject

@djangoproject · Post #403 · 05.08.2017 г., 02:13

http://index-of.es/Python/Foundations.of.Agile.Python.Development.Jeff.Younker.2008.pdf What Is Agile Development? #Agile development is a term given to an entire class of iterative development methodologies. Their unifying characteristic is a focus on short development cycles, on the scale of weeks rather than months. Each development cycle, referred to as an iteration or sprint, produces a working product. #TDD#test

djangoproject

@djangoproject · Post #576 · 02.03.2018 г., 12:52

https://www.obeythetestinggoat.com/pages/book.html#toc "Test-Driven Web Development with Python" aims to teach #TDD for web programming. It uses a concrete example — the development of a website, from scratch — to explain the TDD metholology and how it applies to building web applications. It covers the #Selenium browser-automation tool, #unit_testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like #NoSQL, #websockets and Async programming.