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

TGINSIGHT SIMILAR POSTS

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

Изходен канал @clockstackwheels · Post #605 · 22.10

Посмотрел, наконец, Cyberpunk: Edgerunners. Ну такое, очень подростково. Всякие издания понаставили ему высоких оценок, а я вот не впечатлился. Сюжет и персонажи очень простые, без глубины, но при этом всё слишком гипертрофировано: если у кого-то проблема, то исключительно уровня "он умирает или умрёт". Если конфликт, то сражение с кровью и расчленёнкой. Если оружие, то супер-пупер технология, позволяющая в одиночку разгромить армию. Даже романтическая линия катит лет на 14, что очень забавно для мультика с рейтингом 18+. Тот же Arcane во всём лучше: и персонажи глубже, и сюжет не такой примитивный, и картинка техничнее. Хотя, учитывая сроки (и, вероятно, стоимость) производства, сравнивать не слишком честно. Но не скажу, что прям хотелось бросить или заставлял себя досматривать. Нормально, местами интересно. Может только последнюю серию заставлял, т.к. совсем уже трэш, и примерно было понятно, что случится. Мир у CDPR всё-таки довольно неплохой получился, даром что в игре его не смогли хорошо использовать. Некоторые звуки из игры во мне прям отозвались воспоминаниями, всё-таки я в ней несколько недель провёл. Но в целом нормальных пасхалок именно на сюжет и персонажей игры почти нет. Видел что в игру добавили приблуду как у героя мультика (хотя работает она ожидаемо в разы скучнее). Но возвращаться пока не хочется. Сомневаюсь, что там исправили стрельбу и другие моменты. Может быть на пенсии перепройду. #fiction#games

Резултати

Намерени 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.