Title / Description
Code // Bad C++ Example WithdrawalTransaction withdrawal; withdrawal.setCustomerId( customerId ); withdrawal.setBalance( balance ); withdrawal.setWithdrawalAmount( amount ); withdrawal.setWithdrawalDate( date ); ProcessWithdrawal( withdrawal ); // routine call // Good C++ Example ProcessWithdrawal( customerId, balance, amount, date );
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code