Promptles
Context

Quote Current, Specify New

When changing configuration or values, state what the current value is AND what the new value should be. 'Change the pool size' is vague. 'Change pool from 5 to 20' is unambiguous and verifiable.

Where you'll practice this

One Promptles scenario teaches this principle directly.

  • The Config Change

    Your application's database configuration lives in `config/database.yml`. The current connection pool size is set to 5, but under load testing you've found you need to increase it to 20. You also need to add a connection timeout setting of 30 seconds, which doesn't exist in the…

Other principles in Context