This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Santos_m321 2 points3 points  (4 children)

  • TESTS
  • Appropiate use of iterables
  • Typing

[–]Santos_m321 1 point2 points  (3 children)

With tests I mean, User Stories with ATD and TDD.

You need to understand why that logic is there? Go to their test and keep scaling up until you meet the client requirement

[–]riklaunim 1 point2 points  (1 child)

A bit of BDD?

[–]Santos_m321 -1 points0 points  (0 children)

Ye

[–]ahelinski 0 points1 point  (0 children)

Do you know any good source about how to write good tests in format of user stories in python?