▲ 11 ▼ Lessons learned porting 50k loc from Java to Go
Things I've learned porting a 50 thousand lines of code from Java to Go
Register to comment or vote on this story
Things I've learned porting a 50 thousand lines of code from Java to Go
This is a really interesting article as it points out some of the differences between Java and Go - doing a port of a large codebase will really show up which areas, though of course it will also lead to writing Java in Go to some extent. It would be interesting to know the reasons for the port, did they want to replace the java version, or is it to sit alongside it?