Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialnfs
35,526 Pointsobsolete software?
I don't know what was the case while Nick was making this video, but now the optimization software ( https://github.com/svg/svgo-gui )is marked as obsolete and discouraged to use. Should I use still use it?
Thanks in advance.
2 Answers
Steven Parker
231,198 PointsI would use the recommended replacements.
Either the console tool or the online web service.
Sean Hayes
Courses Plus Student 8,106 PointsTypically when a developer marks software as obsolete they are no longer supporting it (see deprecated methods in Java). If there is a new version of the software, switch to the new version
john Shi
1,791 Pointsjohn Shi
1,791 PointsWeb services are more reliable and easier to use for small things like this.