trackmate-sc / TrackMate

TrackMate is your buddy for your everyday tracking.
https://imagej.net/plugins/trackmate
GNU General Public License v3.0
169 stars 76 forks source link

refactor: decompose complex conditional statement #252

Closed lokeshwartabjula closed 1 year ago

lokeshwartabjula commented 1 year ago

Decompose Conditional:

Package Location: package fiji.plugin.trackmate.graph;

Description: To perform decompose conditional refactoring, I identified statements that had complex conditional smell. Then, I extracted the complex statement and converted it into a meaningful reusable method.

Document Link : https://docs.google.com/document/d/1TEh2IvcwTXFVyL9KyT-EnExBwEG_jn8t26m_DSXt9FY/edit?usp=sharing

tinevez commented 1 year ago

No news from Lokeshwar. Closing.