Skip to content

Instantly share code, notes, and snippets.

@olegknyazev
Created June 30, 2019 10:41
Show Gist options
  • Save olegknyazev/a576359a486c6d5da88dc311347d0ccf to your computer and use it in GitHub Desktop.
Save olegknyazev/a576359a486c6d5da88dc311347d0ccf to your computer and use it in GitHub Desktop.
An example of bottom-up naming
FVector PredictFurtherLocation(
const FVector& Location,
const FVector& Velocity,
const FVector& Acceleration,
float Time) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment