It Takes A Whole Day To Change 3 Lines Of Code At EA

Electronic Arts or often abbreviated as EA is an insanely popular American video game company.

In a recent blogpost, former EA developer Adam Berg stated that “3 Lines of Code Shouldn’t Take an Entire Day to Write.”

Well, Adam joined the FIFA (EA Game Franchise) team as an intern back in 2014. He started by working on the PS Vita, Nintendo 3DS, and Nintendo Wii ports of the game.

According to his blogpost compiling and testing just three lines of codes took an entire day.

The process started with at least 30 minutes for the initial build. Luckily, the incremental builds were much faster but a single line of code change would still easily take more than 10 seconds to compile.

Since Adam was a relatively new C++ developer he made a high number of syntax errors and it took 15 seconds of waiting to see what he did wrong.

Once the compilation process is completed, the application needs to be bundled and deployed to a console. After the game is in the console Adam used to boot up the game, navigate to the specific game area that he was working on, and finally he was able to see the change.

Adam further added that,

“I often worked in the realm of competition logic. Testing changes here could mean progressing through several seasons of career mode in order to test out a change. No joke, it would take an entire day to change 3 lines of code and know that it actually worked correctly.”

With his blogpost, Adam wanted to lay emphasis on these three things,

  1. Is there some piece of your pipeline taking longer than it needs to?
  2. Is there a way to create some debug tools that makes it easier to test a change?
  3. Would unit testing bring benefits, but you keep avoiding it because you think there’s a big upfront cost to it?

If you are interested, we do advise you to read his blog post where he discusses other modern Debugging and Testing Tools.

Anubhav Tyagi
Anubhav Tyagi
Just a normal guy who listen to lots of music, but apart from that I love Tech!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Read More

Suggested Post