How to use unit tests when using BDD?
I am trying to understand BDD. I’ve read some articles and as I understood BDD is “the next step” from TDD.
I say that because I find both to be very similar, and as I could read in this article, BDD was born as an improvement from TDD.
Great, I really like the idea.
Top-down vs Bottom-up approach when designing a class library
I am designing a class library to represent western equal temperament music theory concepts for the purpose of composing notated music with code (I realize there are other libraries and programs for this but I want to design my own). The problem I am having is that when I start with the most fundamental concept (PitchClass) and start building upwards, I very quickly spiral out of control with too much complexity in the design. I end up scrapping it and starting over.
Top-down vs Bottom-up approach when designing a class library
I am designing a class library to represent western equal temperament music theory concepts for the purpose of composing notated music with code (I realize there are other libraries and programs for this but I want to design my own). The problem I am having is that when I start with the most fundamental concept (PitchClass) and start building upwards, I very quickly spiral out of control with too much complexity in the design. I end up scrapping it and starting over.
Development and testing PHP script that gets variables from external server
I have a web app that sends users to an offsite payment server to complete a transaction, and I’m working on the PHP page that users are returned to upon completion of the transaction. The script uses a lot of variables that are set by the external server, and I’m wondering what are the best practices for testing my script without having to actually go through doing a live transaction.
How do you make sure your logs are sufficient? [closed]
Closed 5 years ago.