Ok i have a question not about code but about how you break down a complex program(well complex to me so far) to make sure you get everything without missing something and having to restart.
I'm making a program now but its getting to be overwhelming as in it has a few combo boxes and textfields and i am having trouble keeping track of all. the reason is and here is an example...if combobox1 gets selection #1 and combobox2 gets this selection do this unless combo box 4 and 5 have this selection or this textfield is enabled etc
how do i break complex stuff like this down to make it a bit more manageable so im less likely to miss some or a bunch of stuff?