ccccourse / se109a

軟體工程與演算法 -- 109 上學期 (陳鍾誠課程的習題與報告)
0 stars 38 forks source link

第三週習題:請從 lodash 中挑別人沒挑過的三個函數,分別用 #5

Open ccckmit opened 4 years ago

ccckmit commented 4 years ago

lodash : https://lodash.com/docs/4.17.15

  1. 傳統方法:先寫程式,再寫測試
  2. TDD: 先寫測試,再寫程式
  3. BDD: 口語化的測試語法
ccckmit commented 4 years ago

ccc

  1. chunk
  2. compact
  3. concat
ayd0122344 commented 4 years ago

資工三 110710507 徐熙堯

  1. _.eq
  2. _.gt
  3. _.gte

作業入口

ArthurLiao0816 commented 4 years ago

110710529 資工三 廖明志

  1. _.head ( 傳統方法 )
  2. _.drop ( TDD )
  3. _.nth ( BDD )
asd153866714 commented 4 years ago
  1. tail
  2. reverse
  3. intersection

作業入口

carzynightOuO commented 4 years ago

.difference .dropRight _.fill lodash

a112941822 commented 4 years ago

.flatten .join _.last

weiian000 commented 4 years ago
  1. _.pull
  2. _.initial
  3. _.uniq
alen19990107 commented 3 years ago

110610520 資工四 吳季倫

1 ._.get

  1. _.has
  2. _.hasIn
kaobeia commented 3 years ago

資工四 吳云濤 110613146

1.take 2.reverse 3_.slice

ChiaYunn commented 3 years ago

110810535 1._join 2._last 3._nth

syuan0327 commented 3 years ago

110710520 資工三 鍾瑄 1._.lt(傳統) 2._.lte(TDD) 3._.add(BDD)

peter8995 commented 3 years ago

110710518 資工三 王子衡

  1. _.max (傳統)
  2. _.multiply (TDD)
  3. _.sum (BDD)
ja1223 commented 3 years ago

資工三 110710521 吳婕安

  1. _.findIndex
  2. _.dropRight
  3. _.shuffle https://github.com/ja1223/se109a/tree/master/HW/EX3
timmy10289 commented 3 years ago

資工三 110710532 廖晏霆

  1. _.split
  2. _.padStart
  3. _.snakeCase