-
lodash : https://lodash.com/docs/4.17.15
1. 傳統方法:先寫程式,再寫測試
2. TDD: 先寫測試,再寫程式
3. BDD: 口語化的測試語法
-
Hi,
Discussing development guidelines here:
1. Follow TDD as much as possible.
2. Fully document the classes with:
2/1. What the class/method is doing
2/2. Why that is doing it
2/3. How it i…
-
## Meta
- Link: https://dl.acm.org/doi/10.1145/3383313.3412226
- Author:
- Date:
- Journal: Recsys2020
## どんなもの?(3行ぐらいで)
- ユーザの嗜好性は複数の嗜好性の組み合わせから成ると考え、ユーザを複数の persona に分解しそれぞれの persona に対する推…
-
_Note: this issue will be updated to keep track of changes in rules._
## Challenge Description
We are working to make Gnolang one of the easiest ways to write secure dApps in the future. But wit…
-
> 오픈소스와 프리젠테이션에 비해 경력사항인 너무 단순하게 기술을썼다밖에 없어서. 얘는 일에는 관심이 없나 싶다는 생각이라. 무슨일을 어떻게 했다는 식으로 기술관점으로.. 최근 프로젝트기준으로 설명이 있다면 면접할때 그기준으로 말할수 있을거 같네요. 이력서에 매력이 없음. 일한거 위주로 앞에두고 오픈소스와 발표는 뒤로 두는게 좋겠습니다. Tdd orm을 썼…
-
## Description
This issue is to add a BDD feature (in [compliance-test-kit/BDD-and-TDD/features](https://github.com/tmforum-oda/oda-canvas/tree/master/compliance-test-kit/BDD-and-TDD/features)) for *…
-
It works well when I use the inline engine and I can debug my code but If I use the concurrent engine I cannot break on breakpoint.
``` sh
/v/w/d/tdd ❯❯❯ php -i | grep remote_auto
xdebug.remote_autos…
-
Fecha: jueves 27 febrero 2020
Lugar: Nube Cowork, Valdivia
Tema: Varios
Charlas:
Test Driven Development (TDD) en JavaScript. (Manuel Labarca)
Conociendo Arduino y sus aplicaciones en la vida r…
-
Hi,
I'm newbie to TDD so my appologize for that question, but shouldn't we write test for Twitter like for Facebook?
`public function testSocialFeedCanBeInstantiated()
{
$t = M::mock('Exam…
-
Want to build an extensive testing framework based on (leaning towards RSpec).
Try to put a halt on any other advancements unless they are strictly TDD-style.
- determine an organization / layout for…