<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %>
<%= block.name %>
<% } %>
<% } %>
<% if (block.description) { %>
<% if (block.html_url && !block.name) { %>
<%= block.description %>
<% } else { %>
<%= block.description %>
<% } %>
<% } %>
Comments
1 comment
There are so many variables there -- the type of street, the type of tax system, the soil conditions, drainage costs, are there utilities or not, traffic flow, pavement type, etc... -- that it's really impossible to answer.
I wrote this article years ago to try and help with this question.
Please sign in to leave a comment.