-
It is safer to specify an exception type.
"The last except clause may omit the exception name(s), to serve as a wildcard. Use this with extreme caution, since it is easy to mask a real programming e…
ghost updated
8 years ago
-
https://xpbootcamp.cn/tdd/questions/013
袁慎建, Yuan Shenjian, eXtreme Programming, 极限编程, , , Tasking粒度如何把控?, , , 极限编程训练营, ThoughtWorks, 极限编程训练营, 博客, 极限编程训练营, > 业务人员一般在写User Story的时候,会罗列出AC,开发人员拿到User…
-
I'm generating PDF reports based on hledger data, and the JSON report format is the most convenient for that (even though the way it serializes the data is a bit unpleasant to work with).
I'm findi…
-
https://xpbootcamp.cn/tdd/questions/015
袁慎建, Yuan Shenjian, eXtreme Programming, 极限编程, , , 为什么一定要测试先行呢?, , , 极限编程训练营, ThoughtWorks, 极限编程训练营, 博客, 极限编程训练营, > TDD强调测试先行,如果我们已经把tasking做好了,确定了每一个task的sc…
-
These are *some* notes taken from reading Martin Fowler's "Is Design Dead?" article:
https://www.martinfowler.com/articles/designDead.html
(To add more resources/articles?)
```
NO DUPLICATION.
…
-
Spike é uma definição proveniente do Extreme Programming que teve sua origem da Spike Solution que, por sua vez, é um programa ou um protótipo funcional para explorar potenciais soluções para um deter…
-
https://xpbootcamp.cn/tdd/questions/016
袁慎建, Yuan Shenjian, eXtreme Programming, 极限编程, , , 编写测试时要不要去处理编译错误?, , , 极限编程训练营, ThoughtWorks, 极限编程训练营, 博客, 极限编程训练营, > 采用TDD的方式,我在编写的过程中,发现IDE提示编译错误,我这个时候要不…
-
Create a new repository for the Proof of Concept.
## Basic process
1. Using Test-Driven Development (TDD), complete first Red-Green-Refactor; push to changes.
2. Create initial pipeline to bu…
-
STEP: Stochastic Traversability Evaluation and Planning for Safe Off-road Navigation. (arXiv:2103.02828v1 [cs.RO])
https://ift.tt/3sQlAZM
Although ground robotic autonomy has gained widespread usage i…
-
### Article
* https://blog.keras.io/the-limitations-of-deep-learning.html
### Notes
* > In general, anything that requires reasoning—like programming, or applying the scientific method—long-term …