prestodb / airlift

Airlift framework for building REST services
Apache License 2.0
1 stars 42 forks source link

Remove redundant local variables #84

Open dnskr opened 6 months ago

dnskr commented 6 months ago

Minor code style improvements.

dnskr commented 6 months ago

I like redundant local variables. They make reading and debugging the code easier.

I agree it might be more convenient to debug with local variables, but not sure about reading.