How to review a web application code?

Let’s learn how to review a web application code. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Code review checklist/guideline for a Java web application?

Anyone have a code review checklist/guidelines for a Java web application? A review checklist for each layer would be great. If there is no such source on the internet, do you know of any good books? I found some useful tips in "Expert One-On-One..." by Rod Johnson. Any other good books you recommend?

Answer:

In a respones to a question in the same area that I've ased, someone suggested the book Patterns of...

Read more

Shaw at Stack Overflow Mark as irrelevant Undo

Other solutions

What is the best code review practice for a handful number of developers on an ajax web application project?

Would you enforce pre-commit reviews? It seems that having a blocking code review greatly slows down development. Is there any alternative to have non-blocking code reviews? What percentage of time would the team spend on code review?

Answer:

Assuming a team of experienced developers, my approach is that every development item must undergo a...

Read more

Sarah Karlson at Quora Mark as irrelevant Undo

How can one protect source code of front-end web application?

By downloading the web site with a web browser, one can see the Javascript. Minified JS can be decoded. How can one protect source code of front-end web application?

Answer:

When it comes right down to it, you can't. But, since the frontend is only half the application, there...

Read more

Glenn Anderson at Quora Mark as irrelevant Undo

What should you do when your startup's main web application becomes unusable, but the code is hard to maintain?

A startup was founded based on a single web application that rendered unusable and highly complicated for first time users because of the bulks of buggy features added and complicated interface. The code has grown substantially and it is very hard to...

Answer:

Before you can worry about where you are now focus instead on how you got there. Odds are that if you...

Read more

Jonah Williams at Quora Mark as irrelevant Undo

What are good ways to write organised JavaScript code for a single page web application project?

I need tips in order to start building well organised and optimized JavaScript code base for my single page web application. The current code has become too unmanageable so I am rewriting the whole part. How big sites like MEGA, Email from Google, take...

Answer:

JS MVC framework It's the best way to keep your code organised in logic structure for easy development...

Read more

Alon Roth at Quora Mark as irrelevant Undo

I don't know how to code, would showing a CMS/PHP Script web application to investors be fine?

I'm currently learning HTML, CSS, and Javascript. However, I need to get this web application out fast. Once I get funding, the application would be completely re-written in Python/Ruby. And I'll start learning one of those languages soon so I can communicate...

Answer:

Yes it would be OK. It's a prototype. It rarely matters in what way you create a prototype.

Read more

Leonid S. Knyshov at Quora Mark as irrelevant Undo

What do people think of Code Academy's web application course?

Chicago's Code Academy. How rigorous is it? How useful is to to developers who already understand the fundamentals of web application development?

Answer:

Learning web application development in 12 weeks is definitely rigorous, but we make it even more fun...

Read more

Mike McGee at Quora Mark as irrelevant Undo

What are the best open source web application projects from which to study C# code?

I build web applications and I need to write better code. Specifically, stuff that is heavily tied to SQL or another database platform. Interface/client side is important too; I know a lot of places to learn better HTML/jQuery, but it would be great...

Answer:

You might check out Project Silk from the Microsoft Patterns & Practices team: patterns & practices...

Read more

Adrian Edwards at Quora Mark as irrelevant Undo

How should I structure the code for a Django web application to query a database based on location/map coordinates?

Basically, like in google maps, the user enters in an address, or some data that pins down his location, and I want to bring up a map view with tags specific to that area. Eventually the use will  be quite heavy (etc 100-200 tags per zip code), so the...

Answer:

As someone who worked for a software company that did a lot of work with geographical data, a good starting...

Read more

Tony Young at Quora Mark as irrelevant Undo

Is the source code of our web application protected when we upload to Amazon server?

When we upload our source code to AWS server, is the IP (intellectual property) protected? Is there a risk that the source code will be copied?

Answer:

Short answer: As long as you trust Amazon as a company, and all of the policies and procedures (link...

Read more

Robin Verlangen at Quora Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.