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

TGINSIGHT SIMILAR POSTS

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

Изходен канал @clockstackwheels · Post #646 · 9.11

Посмотрел, наконец, "Кабинет редкостей Гильермо дель Торо". Вообще, мне нравится стиль монстров дель Торо. На мой взгляд, это такой Гигер, от которого не возникает рвотный рефлекс. Очень прикольные у него создания выходят, взять хотя бы обе части оригинального "Хеллбоя" (не ремейка) — можно что угодно говорить о сюжете, но в стиле этим фильмам не откажешь. Так что антологию под продюсерством дель Торо не хотелось пропустить, хотя я совсем не фанат жанра ужастиков. Но на деле ушёл скорее разочарованный. Да, стильно, и дизайны прикольные. Но в основном истории лишены смысла, нет никакой изюминки или морали, в отличие от того, как это было, например, в The Outer Limits. Сюжет развивается по схеме: "Герои сталкиваются с неведомой фигнёй, пугаются, возможно умирают", всё. Даже адаптированный рассказ Говарда Лавкрафта "Модель для Пикмана" в итоге испортили — сам по себе рассказ интереснее и загадочнее, развязка более неожиданная. Авторы же экранизации ушли куда-то в сторону и не смогли вовремя остановиться. Тем не менее, если вы хотите совсем пропустить, то рекомендую вам посмотреть третий эпизод "Вскрытие". Вот он супер крутой, с классной идеей и интересной развязкой. #fiction

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.