Upgrade to Pro — share decks privately, control downloads, hide ads and more …

I can't see the popups and buttons to submit on...

I can't see the popups and buttons to submit on this black screen. (La Conf 2013)

The years when the only way to interact with programs through the command line are long gone. Customers demand widgets, common classic buttons, and the like for interaction. The more friendly the user interface gets, the better.

However, it does not justify for us, the programmers to write software with details such as the UI. Web interfaces, desktop interfaces, and anything else that requires writing code for input are usually built while we still discover, create or change the use cases for the application. It could lead to bloated/coupled code and provoke less concentration on finding the right abstractions.

Restraining ourselves from this helps to deliver. Let's try to build applications and promote the lack of interest in the details. Let's not fall again in the trap that emerged with the introduction of the web in the 1990s when great progress was growing with design patterns and other good practices.

We will take a look at a small use case and share the benefit seen by having a disinterested mindset towards other layers of the application, including the database layer and the user interface layer.

Andrés N. Robalino

May 10, 2013
Tweet

More Decks by Andrés N. Robalino

Other Decks in Programming

Transcript

  1. FUNCTIONAL AUTOMATED TESTS BECAUSE WE WANT AND LOVE WRITING THEM

    AS SIMPLE AS POSSIBLE 5 Friday, May 10, 13
  2. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code maintainable as production code? •code!!! 9 Friday, May 10, 13
  3. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code maintainable as production code? •code!!! 10 Friday, May 10, 13
  4. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code maintainable as production code? •code!!! 11 Friday, May 10, 13
  5. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code maintainable as production code? •code!!! 12 Friday, May 10, 13
  6. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code is as maintainable as production code? •code!!! 13 Friday, May 10, 13
  7. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code is as maintainable as production code? •Wait! How many tools do you use? 14 Friday, May 10, 13
  8. •Are you managing your test data properly? •Are you using

    concise words in the language of the business? •Tests directly access SUT and have DRY’s? •Test code is as maintainable as production code? •Wait! How many tools do you use? 15 Friday, May 10, 13