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

TGINSIGHT SIMILAR POSTS

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

Изходен канал @clockstackwheels · Post #377 · 9.06

Позавчера Еврокомиссия приняла закон, который обязывает все компании без исключения использовать USB Type-C, как основной стандарт для зарядного устройства. С осени 2024 года гаджеты в Европе должны уже полностью перейти на новую схему. Есть косвенный побочный эффект: выпуск устаревших устройств с Micro USB в Европе будет невозможен. Я вот до сих пор (редко, но бывает) наталкиваюсь на новые устройства, которые можно купить в магазине прямо сейчас, и у которых почему-то Micro USB вместо Type-C. Видимо, какие-то очень древние складские залежи. Но куда важнее воздействие на компанию Apple. Годами в айфонах упорно отказывались делать единый стандарт зарядки. Годами люди вынуждены были заряжать не-Apple устройства одним способом, а Apple другим. Более того: даже на новых iPad уже Type-C, но на iPhone до сих пор Lightning. Чем только это не оправдывалось: скоростью, безопасностью, экосистемой. Но на самом деле оправданий нет. Цитата из одного старого поста @amima: «Пол Грэм, инвестор и основатель самого авторитетного стартап-акселератора YCombinator, как-то писал: «Uber is so obviously a good thing that you can measure how corrupt cities are by how hard they try to suppress it». Есть явления, общественная польза которых настолько очевидна и проверена временем, что они сами по себе являются мерилом нормы.» Одинаковый стандарт зарядки и порта передачи данных — одна из таких вещей. Начиная от уменьшения количества проводов в каждом доме, и заканчивая возможностью стрельнуть провод вообще у любого человека, у которого он есть с собой. Со стороны Apple было очень по-мудачески годами выдумывать оправдания вместо перехода на Type-C. Ну, теперь, если они хотят продолжать торговать в Европе, у них не останется выхода. Ждём на очередной конференции объявление об этом, как о революционном собственном решении. #gadgets

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.