Old projects

작성자

카테고리:

← 피드로
DEV Community · LkSvn · 2026-07-13 개발(SW)
Cover image for Old projects

LkSvn

I recently found an old project I built with a friend around 2017–2018: a perk calculator for the game Firefall.

The application allowed players to browse perks by category, drag them into a build, track the available perk points and automatically filter incompatible options based on the selected class.

Looking at the code today, there are many things I would structure differently. The JavaScript could be better organised, responsibilities could be clearer, and the overall architecture would benefit from more modern practices.

Still, I decided to preserve it as it is.

Older projects are useful reminders that progress is not only visible in the technologies we use, but also in how we model problems, organise code and make technical decisions.

It is not a showcase of how I would build the same application today. It is a snapshot of how I approached a real problem at that point in my career.

Repository: https://github.com/lksvn/firefall-perk-calculator

원문에서 계속 ↗

추출 본문 · 출처: dev.to · https://dev.to/lksvn/old-projects-kf9

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다