tryton-vanmeer / ProtonDB-for-Steam

Shows ratings from protondb.com on Steam
GNU General Public License v3.0
168 stars 3 forks source link

Code is being reused in steamapp.js and steamwishlist.js #20

Closed flori4nk closed 4 years ago

flori4nk commented 4 years ago

Code in the insert_rating() methods of both files is being reused (link container creation). It should be put into a separate function to minimize the file size and increase code quality.