Codecademy / docs

Codecademy Docs is a collection of information for all things code. 📕
https://www.codecademy.com/resources/docs
776 stars 3.49k forks source link

[Edit] Java: Data Types #4548

Closed Artaraba closed 2 months ago

Artaraba commented 5 months ago

Actual Behavior

When trying to determine what the data type "byte" was, I followed a specific path (Java > Manipulating Variables > Introduction >Data Types) and on the list at this location all data types are listed however you are not able to click on the code to see the definitions. (A page about the different data types < specific data type). I apologize if this is confusing or not a good report, this is the first time for contacting anyone in a development environment.

Expected Behavior

At the location above I was expecting to see a defined list of terms. The way the terms are listed is fine as far as I am concerned. I believe that it would be more helpful to newer students to computer science as a whole (like me).

On what browser(s) are you seeing the problem?

Microsoft Edge

Code of Conduct

For Maintainers

Johnnie-kay commented 4 months ago

Hello @Artaraba , can you describe this issue again. I might know how to solve and close it. Thankyou.

Sriparno08 commented 3 months ago

Hey @Johnnie-kay, the suggestion is to define each data type in the bulleted list in the Data Types concept entry under Java. For this, you need to go to the docs/content/java/concepts/data-types/data-types.md file and add definitions to each of the data types.

You can reference the Primitive Data Types section in the Data Types concept entry under JavaScript for inspiration.

So, do you want to work on this issue?

Johnnie-kay commented 3 months ago

@Sriparno08 I understand now, Yes i would want to work on it. Thanks

Sriparno08 commented 3 months ago

Hey @Johnnie-kay, you're assigned!

Please refer to the term entry template, content standards, and markdown style guide when working on the PR for this issue.

github-actions[bot] commented 2 months ago

🌸 Thanks for closing this Issue! Please head over to the Docs Forum if you have any questions about Docs, or reply to the thread on Possible Content Discussion to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues that will help expand Docs!