atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 237 forks source link

Refactor to use while-let in buffer.integrate_edit() #114

Closed MoritzKn closed 6 years ago

MoritzKn commented 6 years ago

This really is a minor refactor but I came a cross it while looking through the code and thought I may as well just submit it.

What Refactor to use while-let syntax instead of a manuell check and assignment

Why

nathansobo commented 6 years ago

Thanks!