aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

part 1 - refactoring changes #251

Closed prxtik closed 1 year ago

prxtik commented 1 year ago
  1. Introducing an explaining variable - long timeUntilExpiration in InsertTaskSync.java because it simplifies the expression and makes it more understandable.
  2. Renaming the variable - tid to taskID in ExecuteTask.java to give a much better context.
  3. queryStatus() in ExecuteTask.java was a long method. Therefore, I decomposed it into different methods.
BrianNichols commented 1 year ago

This pull request contains a lot of unnecessary formatting changes.