New: tddAll contenthive-129948hive-196917krsteemhive-150122hive-180932zzanhive-166405hive-183959hive-188619photographyhive-185836hive-144064hive-183397hive-101145uncommonlabhive-103599hive-145157hive-184714hive-180106photohive-138689hive-109690hive-150943hive-180301TrendingNewHotLikerskormanocorp (62)in hive-137029 • 3 years ago소프트웨어 개발의 PTSD 방법많은 개발자들이 다양한 방법으로 완성도 높은 코드를 만들기 위해서 노력하는 것 같습니다. 이 블로그도 그 중 하나이며, 이 방법론을 이해해서 각자의 능력과 취향에 맞는 저마다의 방법론을 만드는 것이 좋을 것 같아서 소개드립니다. PTSD — " 프로그램 을 빠르게 삭제 "는 Visa , Amazon 및 Meta 에서 몇 년 동안 일한 후 제가 발명한…tobatunaornot (37)in unit-testing • 4 years agoIs writing your unit tests in TypeScript a good idea?What is TypeScript? TypeScript (TS) is a programming language that adds type safety to JavaScript (JS). It is basically JavaScript + types, e.g. However, TypeScript never gets executed.…aldrik (25)in ocaml • 5 years agosteemCreated with Sketch.Does TDD replace static types need ?The usage of unit testing through TDD deeply impact my view of how to design and think architecture, and honestly for the good. I practiced it with Python, PHP and Java and now in OCaml. I read…aldrik (25)in hive-172186 • 5 years agosteemCreated with Sketch.Does unit testing makes static typing unuseful?The usage of unit testing through TDD deeply impact my view of how to design and think architecture, and honestly for the good. I practiced it with Python, PHP and Java and now in OCaml. I read…knc84371 (25)in tdd • 5 years agohr htrh ytryhtht hlucapiccinelli (25)in tdd • 6 years agoA Practical Intro to Test-Driven DevelopmentTest-driven development is hard - here's the untold truth Image credits to days you read a ton of articles about all the advantages of test-driven development (TDD), and hear a lot of talks at…phash (41)in development • 7 years agoTDD - kostet es wirklich Zeit?Wer Software schreibt, der kennt, ab einem gewissen Level, sicherlich Unit-Tests. Und wer schon länger Software schreibt, weiß auch, dass es in vielen, vor allem älteren, Softwareprojekten kaum…chaos714 (31)in tdd • 7 years agoDO SOMETHING NOW ILL BE BACK ID ANYTHING TO COME BACK TO#TIMESUP #DOSOMETHING #ARRESTSOMEONE #WHEREISSESSIONS #WHATTHEFUCK OK We have come to a point were we need action NOW. We have the evidence. No reason to keep posting. The US has no Justice system…uthpala (36)in yii • 7 years agoBuilding a forum in yii lesson 3 FixturesThis lesson covers fixtures. How to set it up and how to use fixtures. It is a very important part of testing in yiiuthpala (36)in yii • 7 years agoBuilding a forum in yii lesson - 2 Running and Writing TestsThis lesson covers how to set up, running and writing tests in yii. Its easy. Check it out - Hmm just learned that in steemit you can only post once every 5 minutes. Did you know half a byte…uthpala (36)in yii • 7 years agoBuilding a forum in Yii Lesson 1 MigrationsI will be sharing all the lessons i create on doingiteasychannel here. All questions needs to be asked in this thread. That are related to this lesson. I will do my very best to answer all…shiren (27)in javascript • 7 years ago[deleted][deleted]grzegorz2047 (54)in pl-artykuly • 7 years agoRozkminy #3 - Czy pisanie testów jednostkowych ma sens?Wstęp Wiele osób, które interesują się programowaniem i programuje aplikacje, po jakimś czasie natykają się na dość tajemnicze pojęcie TDD. Skrót ten oznacza "Programowanie napędzane testami"…hvas89 (25)in tdd • 7 years agoTest Driven DevelopmentBy practicing test driven development, you can enjoy several benefits to your project. First of all let us look at the three laws of test driven development: You are not allowed to write any…