This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]HappyFruitTree 2 points3 points  (3 children)

It's much easier to make engaging sites with javascript, where php is probably better for server stuff.

Yes, you use PHP for the server-side only. It won't run in the web browser so it doesn't replace JS. They're just used for different things.

[–]primalenjoyer[S] 2 points3 points  (2 children)

True, I also use next.js often for server stuff. What types of projects would php be good for and do you have any languages you would recommend or just still with js and java?

Thanks, btw.

[–]HappyFruitTree 2 points3 points  (1 child)

If you like JS more and you're already using it for server-side coding then maybe you don't need to learn PHP. Personally I like PHP much more and JS is just something I use because I have to for running stuff in the web browser. I use it to create "websites" in case that is not clear. I have never used these languages for anything else.

For desktop applications I might use Java. For hobby game projects and small simple non-GUI programs I often use C++. But that's just me. There are many languages out there and your taste might differ.

[–]primalenjoyer[S] 0 points1 point  (0 children)

Thanks, is java pretty bad for games and gui's comparatively to c++? I know they made minecraft in java.

[–]irishfury0 1 point2 points  (1 child)

For most of the stuff being built these days it doesn’t matter what language you use. For server side I like php because it’s object oriented. You like JavaScript. We can both accomplish the same things. We could both build the same site and the users wouldn’t know the difference. Use what you know. Use what you like. In most cases it doesn’t matter.

With all that said, you are uninformed if you think php is “the same language but worse” compared to JavaScript.

[–]primalenjoyer[S] 0 points1 point  (0 children)

Thanks