Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Make your shitty code more readable#28

Open
BronsonQuick wants to merge 1 commit into
rmccue:masterfrom
BronsonQuick:readability
Open

Make your shitty code more readable#28
BronsonQuick wants to merge 1 commit into
rmccue:masterfrom
BronsonQuick:readability

Conversation

@BronsonQuick
Copy link
Copy Markdown

Do you even code bro?

@dd32
Copy link
Copy Markdown

dd32 commented Jul 12, 2017

Step in the right direction, but to ensure readability standards are complied with the escaped \" should be converted into ' in the <a> tag.

Tags: needs-refresh

@stuartshields
Copy link
Copy Markdown

LGTM, let's merge this bad boy in pending @dd32 comment.

Comment thread opml.php

function OPML($file) {
function OPML( $file ) {
$this->file = $file;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many spaces

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One could say, not enough spaces 🤔

Comment thread opml.php
foreach($d_ar as $element) {
if($element['tag'] == 'OUTLINE') {
foreach( $d_ar as $element ) {
if( $element['tag'] == 'OUTLINE' ) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yoda

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants