ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
55 stars 27 forks source link

Pass objects by constant reference instead of passing by value. #5

Closed irwir closed 6 years ago

irwir commented 6 years ago

Local variables: reduce scope, eliminate intermediates, add 'const' qualifiers. Reorder statements in case of an early return. Use CString.Format instead of conversion function. Minor cleaning in .vcxpoj file: default settings for CResizable(L)Box.*